Html Css Color HEX #DC249B Deep Cerise

📋 copy color: '#DC249B'

red 220 ◦ green 36 ◦ blue 155

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

Shades of Deep Cerise #DC249B

Tints of Deep Cerise #DC249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.71%

R = 53.53%
G = 8.76%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC249B (or 0xDC249B) is known color: Deep Cerise. HEX triplet: DC, 24 and 9B. RGB value is (220,36,155). Sum of RGB (Red+Green+Blue) = 220+36+155=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC249B is #23DB64. Grayscale: #686868. Windows color (decimal): -2349925 or 10167516. OLE color: 10167516.

HSL color Cylindrical-coordinate representation of color #DC249B: hue angle of 321.2º 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 #DC249B is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 36 155 -
CMYK 0 0.84 0.30 0.14
HSL 321.2º 0.72% 0.5% -
HSV(B) 321.2º 0.84% 0.86% -
XYZ 36.06 18.84 32.75 -
YUV 104.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 220 36 155 0 0.84 0.30 0.14 321.2 0.72 0.5
Hex DC 24 9B 0 54 1E E 141 48 32
Octal 334 44 233 0 124 36 16 501 110 62
Binary 11011100 100100 10011011 0 1010100 11110 1110 101000001 1001000 110010

Color Harmonies of #DC249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC249B

Black with #DC249B

Text Example


Text Example

White with #DC249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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