Html Css Color HEX #DF2978 Deep Cerise

📋 copy color: '#DF2978'

red 223 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #DF2978

Tints of Deep Cerise #DF2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 58.07%
G = 10.68%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF2978 (or 0xDF2978) is known color: Deep Cerise. HEX triplet: DF, 29 and 78. RGB value is (223,41,120). Sum of RGB (Red+Green+Blue) = 223+41+120=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2978 is #20D687. Grayscale: #686868. Windows color (decimal): -2152072 or 7875039. OLE color: 7875039.

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

Color convert

RGB 223 41 120 -
CMYK 0 0.82 0.46 0.13
HSL 333.96º 0.74% 0.52% -
HSV(B) 333.96º 0.82% 0.87% -
XYZ 34.61 18.63 19.54 -
YUV 104.42 136.8 212.58 -
System Red Green Blue C M Y K H S L
Decimal 223 41 120 0 0.82 0.46 0.13 333.96 0.74 0.52
Hex DF 29 78 0 52 2E D 14E 4A 34
Octal 337 51 170 0 122 56 15 516 112 64
Binary 11011111 101001 1111000 0 1010010 101110 1101 101001110 1001010 110100

Color Harmonies of #DF2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2978

Black with #DF2978

Text Example


Text Example

White with #DF2978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2978; }

 p { color: rgb(223,41,120); }

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

background-color css

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

 a { background-color: rgb(223,41,120); }

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

border-color css

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

 span { border-color: rgb(223,41,120); }

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