Html Css Color HEX #DF2A70 Cerise

📋 copy color: '#DF2A70'

red 223 ◦ green 42 ◦ blue 112

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

Shades of Cerise #DF2A70

Tints of Cerise #DF2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.14%

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

R = 59.15%
G = 11.14%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF2A70 (or 0xDF2A70) is known color: Cerise. HEX triplet: DF, 2A and 70. RGB value is (223,42,112). Sum of RGB (Red+Green+Blue) = 223+42+112=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2A70 is #20D58F. Grayscale: #686868. Windows color (decimal): -2151824 or 7351007. OLE color: 7351007.

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

Color convert

RGB 223 42 112 -
CMYK 0 0.81 0.50 0.13
HSL 336.8º 0.74% 0.52% -
HSV(B) 336.8º 0.81% 0.87% -
XYZ 34.18 18.51 17.1 -
YUV 104.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 223 42 112 0 0.81 0.50 0.13 336.8 0.74 0.52
Hex DF 2A 70 0 51 32 D 151 4A 34
Octal 337 52 160 0 121 62 15 521 112 64
Binary 11011111 101010 1110000 0 1010001 110010 1101 101010001 1001010 110100

Color Harmonies of #DF2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2A70

Black with #DF2A70

Text Example


Text Example

White with #DF2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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