Html Css Color HEX #DC248D Deep Cerise

📋 copy color: '#DC248D'

red 220 ◦ green 36 ◦ blue 141

#DC248D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DC248D

Tints of Deep Cerise #DC248D

RGB

 RED value IS 220 (86.33% from 255) = 55.42%

 GREEN value IS 36 (14.45% from 255) = 9.07%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 55.42%
G = 9.07%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC248D (or 0xDC248D) is known color: Deep Cerise. HEX triplet: DC, 24 and 8D. RGB value is (220,36,141). Sum of RGB (Red+Green+Blue) = 220+36+141=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC248D is #23DB72. Grayscale: #666666. Windows color (decimal): -2349939 or 9250012. OLE color: 9250012.

HSL color Cylindrical-coordinate representation of color #DC248D: hue angle of 325.76º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC248D is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 36 141 -
CMYK 0 0.84 0.36 0.14
HSL 325.76º 0.72% 0.5% -
HSV(B) 325.76º 0.84% 0.86% -
XYZ 34.95 18.4 26.91 -
YUV 102.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 220 36 141 0 0.84 0.36 0.14 325.76 0.72 0.5
Hex DC 24 8D 0 54 24 E 146 48 32
Octal 334 44 215 0 124 44 16 506 110 62
Binary 11011100 100100 10001101 0 1010100 100100 1110 101000110 1001000 110010

Color Harmonies of #DC248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC248D

Black with #DC248D

Text Example


Text Example

White with #DC248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC248D; }

 p { color: rgb(220,36,141); }

 H1.HeaderClassName
 {
   color: #DC248D;
 }
 .AnyTagClassName
 {
   color: #DC248D;
 }
</style>

background-color css

<style>
 a { background-color: #DC248D; }

 a { background-color: rgb(220,36,141); }

 div.DivClassName
 {
   background-color: #DC248D;
 }
 .BgClassName
 {
   background-color: #DC248D;
 }
</style>

border-color css

<style>
 span { border-color: #DC248D; }

 span { border-color: rgb(220,36,141); }

 td.TdClassName
 {
   border-color: #DC248D;
 }
 .TagClassName
 {
   border-color: #DC248D;
 }
</style>