Html Css Color HEX #DF2C61 Cerise

📋 copy color: '#DF2C61'

red 223 ◦ green 44 ◦ blue 97

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

Shades of Cerise #DF2C61

Tints of Cerise #DF2C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.65%

R = 61.26%
G = 12.09%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF2C61 (or 0xDF2C61) is known color: Cerise. HEX triplet: DF, 2C and 61. RGB value is (223,44,97). Sum of RGB (Red+Green+Blue) = 223+44+97=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C61 is #20D39E. Grayscale: #676767. Windows color (decimal): -2151327 or 6368479. OLE color: 6368479.

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

Color convert

RGB 223 44 97 -
CMYK 0 0.80 0.57 0.13
HSL 342.23º 0.74% 0.52% -
HSV(B) 342.23º 0.8% 0.87% -
XYZ 33.49 18.35 13.09 -
YUV 103.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 223 44 97 0 0.80 0.57 0.13 342.23 0.74 0.52
Hex DF 2C 61 0 50 39 D 156 4A 34
Octal 337 54 141 0 120 71 15 526 112 64
Binary 11011111 101100 1100001 0 1010000 111001 1101 101010110 1001010 110100

Color Harmonies of #DF2C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C61

Black with #DF2C61

Text Example


Text Example

White with #DF2C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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