Html Css Color HEX #DF2D76 Deep Cerise

📋 copy color: '#DF2D76'

red 223 ◦ green 45 ◦ blue 118

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

Shades of Deep Cerise #DF2D76

Tints of Deep Cerise #DF2D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 57.77%
G = 11.66%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF2D76 (or 0xDF2D76) is known color: Deep Cerise. HEX triplet: DF, 2D and 76. RGB value is (223,45,118). Sum of RGB (Red+Green+Blue) = 223+45+118=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2D76 is #20D289. Grayscale: #6A6A6A. Windows color (decimal): -2151050 or 7744991. OLE color: 7744991.

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

Color convert

RGB 223 45 118 -
CMYK 0 0.80 0.47 0.13
HSL 335.39º 0.74% 0.53% -
HSV(B) 335.39º 0.8% 0.87% -
XYZ 34.64 18.87 18.96 -
YUV 106.54 134.47 211.06 -
System Red Green Blue C M Y K H S L
Decimal 223 45 118 0 0.80 0.47 0.13 335.39 0.74 0.53
Hex DF 2D 76 0 50 2F D 14F 4A 35
Octal 337 55 166 0 120 57 15 517 112 65
Binary 11011111 101101 1110110 0 1010000 101111 1101 101001111 1001010 110101

Color Harmonies of #DF2D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D76

Black with #DF2D76

Text Example


Text Example

White with #DF2D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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