Html Css Color HEX #DF249D Deep Cerise

📋 copy color: '#DF249D'

red 223 ◦ green 36 ◦ blue 157

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

Shades of Deep Cerise #DF249D

Tints of Deep Cerise #DF249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 53.61%
G = 8.65%
B = 37.74%

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

#DF249D (or 0xDF249D) is known color: Deep Cerise. HEX triplet: DF, 24 and 9D. RGB value is (223,36,157). Sum of RGB (Red+Green+Blue) = 223+36+157=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF249D is #20DB62. Grayscale: #696969. Windows color (decimal): -2153315 or 10298591. OLE color: 10298591.

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

Color convert

RGB 223 36 157 -
CMYK 0 0.84 0.30 0.13
HSL 321.18º 0.75% 0.51% -
HSV(B) 321.18º 0.84% 0.87% -
XYZ 37.15 19.38 33.68 -
YUV 105.71 156.95 211.66 -
System Red Green Blue C M Y K H S L
Decimal 223 36 157 0 0.84 0.30 0.13 321.18 0.75 0.51
Hex DF 24 9D 0 54 1E D 141 4B 33
Octal 337 44 235 0 124 36 15 501 113 63
Binary 11011111 100100 10011101 0 1010100 11110 1101 101000001 1001011 110011

Color Harmonies of #DF249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF249D

Black with #DF249D

Text Example


Text Example

White with #DF249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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