Html Css Color HEX #DF2A6F Cerise

📋 copy color: '#DF2A6F'

red 223 ◦ green 42 ◦ blue 111

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

Shades of Cerise #DF2A6F

Tints of Cerise #DF2A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 59.31%
G = 11.17%
B = 29.52%

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

#DF2A6F (or 0xDF2A6F) is known color: Cerise. HEX triplet: DF, 2A and 6F. RGB value is (223,42,111). Sum of RGB (Red+Green+Blue) = 223+42+111=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2A6F is #20D590. Grayscale: #676767. Windows color (decimal): -2151825 or 7285471. OLE color: 7285471.

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

Color convert

RGB 223 42 111 -
CMYK 0 0.81 0.50 0.13
HSL 337.13º 0.74% 0.52% -
HSV(B) 337.13º 0.81% 0.87% -
XYZ 34.13 18.49 16.81 -
YUV 103.99 131.97 212.89 -
System Red Green Blue C M Y K H S L
Decimal 223 42 111 0 0.81 0.50 0.13 337.13 0.74 0.52
Hex DF 2A 6F 0 51 32 D 151 4A 34
Octal 337 52 157 0 121 62 15 521 112 64
Binary 11011111 101010 1101111 0 1010001 110010 1101 101010001 1001010 110100

Color Harmonies of #DF2A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2A6F

Black with #DF2A6F

Text Example


Text Example

White with #DF2A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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