Html Css Color HEX #DF249B Deep Cerise

📋 copy color: '#DF249B'

red 223 ◦ green 36 ◦ blue 155

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

Shades of Deep Cerise #DF249B

Tints of Deep Cerise #DF249B

RGB

 RED value IS 223 (87.5% from 255) = 53.86%

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

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

R = 53.86%
G = 8.7%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF249B (or 0xDF249B) is known color: Deep Cerise. HEX triplet: DF, 24 and 9B. RGB value is (223,36,155). Sum of RGB (Red+Green+Blue) = 223+36+155=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF249B is #20DB64. Grayscale: #696969. Windows color (decimal): -2153317 or 10167519. OLE color: 10167519.

HSL color Cylindrical-coordinate representation of color #DF249B: hue angle of 321.82º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF249B is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 36 155 -
CMYK 0 0.84 0.30 0.13
HSL 321.82º 0.75% 0.51% -
HSV(B) 321.82º 0.84% 0.87% -
XYZ 36.98 19.32 32.79 -
YUV 105.48 155.95 211.82 -
System Red Green Blue C M Y K H S L
Decimal 223 36 155 0 0.84 0.30 0.13 321.82 0.75 0.51
Hex DF 24 9B 0 54 1E D 142 4B 33
Octal 337 44 233 0 124 36 15 502 113 63
Binary 11011111 100100 10011011 0 1010100 11110 1101 101000010 1001011 110011

Color Harmonies of #DF249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF249B

Black with #DF249B

Text Example


Text Example

White with #DF249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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