Html Css Color HEX #DF2388 Deep Cerise

📋 copy color: '#DF2388'

red 223 ◦ green 35 ◦ blue 136

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

Shades of Deep Cerise #DF2388

Tints of Deep Cerise #DF2388

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.88%

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 56.6%
G = 8.88%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF2388 (or 0xDF2388) is known color: Deep Cerise. HEX triplet: DF, 23 and 88. RGB value is (223,35,136). Sum of RGB (Red+Green+Blue) = 223+35+136=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2388 is #20DC77. Grayscale: #666666. Windows color (decimal): -2153592 or 8922079. OLE color: 8922079.

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

Color convert

RGB 223 35 136 -
CMYK 0 0.84 0.39 0.13
HSL 327.77º 0.75% 0.51% -
HSV(B) 327.77º 0.84% 0.87% -
XYZ 35.48 18.67 25.03 -
YUV 102.73 146.78 213.79 -
System Red Green Blue C M Y K H S L
Decimal 223 35 136 0 0.84 0.39 0.13 327.77 0.75 0.51
Hex DF 23 88 0 54 27 D 148 4B 33
Octal 337 43 210 0 124 47 15 510 113 63
Binary 11011111 100011 10001000 0 1010100 100111 1101 101001000 1001011 110011

Color Harmonies of #DF2388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2388

Black with #DF2388

Text Example


Text Example

White with #DF2388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2388; }

 p { color: rgb(223,35,136); }

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

background-color css

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

 a { background-color: rgb(223,35,136); }

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

border-color css

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

 span { border-color: rgb(223,35,136); }

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