Html Css Color HEX #DF2C66 Cerise

📋 copy color: '#DF2C66'

red 223 ◦ green 44 ◦ blue 102

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

Shades of Cerise #DF2C66

Tints of Cerise #DF2C66

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.92%

 BLUE value IS 102 (40.23% from 255) = 27.64%

R = 60.43%
G = 11.92%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF2C66 (or 0xDF2C66) is known color: Cerise. HEX triplet: DF, 2C and 66. RGB value is (223,44,102). Sum of RGB (Red+Green+Blue) = 223+44+102=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C66 is #20D399. Grayscale: #686868. Windows color (decimal): -2151322 or 6696159. OLE color: 6696159.

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

Color convert

RGB 223 44 102 -
CMYK 0 0.80 0.54 0.13
HSL 340.56º 0.74% 0.52% -
HSV(B) 340.56º 0.8% 0.87% -
XYZ 33.73 18.45 14.35 -
YUV 104.13 126.8 212.78 -
System Red Green Blue C M Y K H S L
Decimal 223 44 102 0 0.80 0.54 0.13 340.56 0.74 0.52
Hex DF 2C 66 0 50 36 D 155 4A 34
Octal 337 54 146 0 120 66 15 525 112 64
Binary 11011111 101100 1100110 0 1010000 110110 1101 101010101 1001010 110100

Color Harmonies of #DF2C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C66

Black with #DF2C66

Text Example


Text Example

White with #DF2C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C66; }

 p { color: rgb(223,44,102); }

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

background-color css

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

 a { background-color: rgb(223,44,102); }

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

border-color css

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

 span { border-color: rgb(223,44,102); }

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