Html Css Color HEX #DF2D62 Cerise

📋 copy color: '#DF2D62'

red 223 ◦ green 45 ◦ blue 98

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

Shades of Cerise #DF2D62

Tints of Cerise #DF2D62

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.3%

 BLUE value IS 98 (38.67% from 255) = 26.78%

R = 60.93%
G = 12.3%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF2D62 (or 0xDF2D62) is known color: Cerise. HEX triplet: DF, 2D and 62. RGB value is (223,45,98). Sum of RGB (Red+Green+Blue) = 223+45+98=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2D62 is #20D29D. Grayscale: #686868. Windows color (decimal): -2151070 or 6434271. OLE color: 6434271.

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

Color convert

RGB 223 45 98 -
CMYK 0 0.80 0.56 0.13
HSL 342.13º 0.74% 0.53% -
HSV(B) 342.13º 0.8% 0.87% -
XYZ 33.57 18.45 13.35 -
YUV 104.26 124.47 212.69 -
System Red Green Blue C M Y K H S L
Decimal 223 45 98 0 0.80 0.56 0.13 342.13 0.74 0.53
Hex DF 2D 62 0 50 38 D 156 4A 35
Octal 337 55 142 0 120 70 15 526 112 65
Binary 11011111 101101 1100010 0 1010000 111000 1101 101010110 1001010 110101

Color Harmonies of #DF2D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D62

Black with #DF2D62

Text Example


Text Example

White with #DF2D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D62; }

 p { color: rgb(223,45,98); }

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

background-color css

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

 a { background-color: rgb(223,45,98); }

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

border-color css

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

 span { border-color: rgb(223,45,98); }

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