Html Css Color HEX #DF2872 Cerise

📋 copy color: '#DF2872'

red 223 ◦ green 40 ◦ blue 114

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

Shades of Cerise #DF2872

Tints of Cerise #DF2872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.61%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 59.15%
G = 10.61%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF2872 (or 0xDF2872) is known color: Cerise. HEX triplet: DF, 28 and 72. RGB value is (223,40,114). Sum of RGB (Red+Green+Blue) = 223+40+114=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2872 is #20D78D. Grayscale: #676767. Windows color (decimal): -2152334 or 7481567. OLE color: 7481567.

HSL color Cylindrical-coordinate representation of color #DF2872: hue angle of 335.74º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2872 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 40 114 -
CMYK 0 0.82 0.49 0.13
HSL 335.74º 0.74% 0.52% -
HSV(B) 335.74º 0.82% 0.87% -
XYZ 34.23 18.42 17.67 -
YUV 103.15 134.13 213.48 -
System Red Green Blue C M Y K H S L
Decimal 223 40 114 0 0.82 0.49 0.13 335.74 0.74 0.52
Hex DF 28 72 0 52 31 D 150 4A 34
Octal 337 50 162 0 122 61 15 520 112 64
Binary 11011111 101000 1110010 0 1010010 110001 1101 101010000 1001010 110100

Color Harmonies of #DF2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2872

Black with #DF2872

Text Example


Text Example

White with #DF2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2872; }

 p { color: rgb(223,40,114); }

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

background-color css

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

 a { background-color: rgb(223,40,114); }

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

border-color css

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

 span { border-color: rgb(223,40,114); }

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