Html Css Color HEX #DF2870 Cerise

📋 copy color: '#DF2870'

red 223 ◦ green 40 ◦ blue 112

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

Shades of Cerise #DF2870

Tints of Cerise #DF2870

RGB

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

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

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

R = 59.47%
G = 10.67%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF2870 (or 0xDF2870) is known color: Cerise. HEX triplet: DF, 28 and 70. RGB value is (223,40,112). Sum of RGB (Red+Green+Blue) = 223+40+112=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2870 is #20D78F. Grayscale: #666666. Windows color (decimal): -2152336 or 7350495. OLE color: 7350495.

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

Color convert

RGB 223 40 112 -
CMYK 0 0.82 0.50 0.13
HSL 336.39º 0.74% 0.52% -
HSV(B) 336.39º 0.82% 0.87% -
XYZ 34.11 18.38 17.08 -
YUV 102.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 223 40 112 0 0.82 0.50 0.13 336.39 0.74 0.52
Hex DF 28 70 0 52 32 D 150 4A 34
Octal 337 50 160 0 122 62 15 520 112 64
Binary 11011111 101000 1110000 0 1010010 110010 1101 101010000 1001010 110100

Color Harmonies of #DF2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2870

Black with #DF2870

Text Example


Text Example

White with #DF2870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2870; }

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

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

background-color css

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

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

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

border-color css

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

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

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