Html Css Color HEX #DF2278 Deep Cerise

📋 copy color: '#DF2278'

red 223 ◦ green 34 ◦ blue 120

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

Shades of Deep Cerise #DF2278

Tints of Deep Cerise #DF2278

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.02%

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

R = 59.15%
G = 9.02%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF2278 (or 0xDF2278) is known color: Deep Cerise. HEX triplet: DF, 22 and 78. RGB value is (223,34,120). Sum of RGB (Red+Green+Blue) = 223+34+120=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2278 is #20DD87. Grayscale: #646464. Windows color (decimal): -2153864 or 7873247. OLE color: 7873247.

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

Color convert

RGB 223 34 120 -
CMYK 0 0.85 0.46 0.13
HSL 332.7º 0.75% 0.5% -
HSV(B) 332.7º 0.85% 0.87% -
XYZ 34.39 18.19 19.47 -
YUV 100.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 223 34 120 0 0.85 0.46 0.13 332.7 0.75 0.5
Hex DF 22 78 0 55 2E D 14D 4B 32
Octal 337 42 170 0 125 56 15 515 113 62
Binary 11011111 100010 1111000 0 1010101 101110 1101 101001101 1001011 110010

Color Harmonies of #DF2278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2278

Black with #DF2278

Text Example


Text Example

White with #DF2278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2278; }

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

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

background-color css

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

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

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

border-color css

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

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

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