Html Css Color HEX #DF2488 Deep Cerise

📋 copy color: '#DF2488'

red 223 ◦ green 36 ◦ blue 136

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

Shades of Deep Cerise #DF2488

Tints of Deep Cerise #DF2488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.11%

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

R = 56.46%
G = 9.11%
B = 34.43%

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

#DF2488 (or 0xDF2488) is known color: Deep Cerise. HEX triplet: DF, 24 and 88. RGB value is (223,36,136). Sum of RGB (Red+Green+Blue) = 223+36+136=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2488 is #20DB77. Grayscale: #676767. Windows color (decimal): -2153336 or 8922335. OLE color: 8922335.

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

Color convert

RGB 223 36 136 -
CMYK 0 0.84 0.39 0.13
HSL 327.91º 0.75% 0.51% -
HSV(B) 327.91º 0.84% 0.87% -
XYZ 35.51 18.73 25.04 -
YUV 103.31 146.45 213.37 -
System Red Green Blue C M Y K H S L
Decimal 223 36 136 0 0.84 0.39 0.13 327.91 0.75 0.51
Hex DF 24 88 0 54 27 D 148 4B 33
Octal 337 44 210 0 124 47 15 510 113 63
Binary 11011111 100100 10001000 0 1010100 100111 1101 101001000 1001011 110011

Color Harmonies of #DF2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2488

Black with #DF2488

Text Example


Text Example

White with #DF2488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2488; }

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

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

background-color css

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

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

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

border-color css

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

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

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