Html Css Color HEX #DF2470 Cerise

📋 copy color: '#DF2470'

red 223 ◦ green 36 ◦ blue 112

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

Shades of Cerise #DF2470

Tints of Cerise #DF2470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 60.11%
G = 9.7%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF2470 (or 0xDF2470) is known color: Cerise. HEX triplet: DF, 24 and 70. RGB value is (223,36,112). Sum of RGB (Red+Green+Blue) = 223+36+112=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2470 is #20DB8F. Grayscale: #646464. Windows color (decimal): -2153360 or 7349471. OLE color: 7349471.

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

Color convert

RGB 223 36 112 -
CMYK 0 0.84 0.50 0.13
HSL 335.62º 0.75% 0.51% -
HSV(B) 335.62º 0.84% 0.87% -
XYZ 33.99 18.12 17.04 -
YUV 100.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 223 36 112 0 0.84 0.50 0.13 335.62 0.75 0.51
Hex DF 24 70 0 54 32 D 150 4B 33
Octal 337 44 160 0 124 62 15 520 113 63
Binary 11011111 100100 1110000 0 1010100 110010 1101 101010000 1001011 110011

Color Harmonies of #DF2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2470

Black with #DF2470

Text Example


Text Example

White with #DF2470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2470; }

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

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

background-color css

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

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

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

border-color css

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

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

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