Html Css Color HEX #DF2484 Deep Cerise

📋 copy color: '#DF2484'

red 223 ◦ green 36 ◦ blue 132

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

Shades of Deep Cerise #DF2484

Tints of Deep Cerise #DF2484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.76%

R = 57.03%
G = 9.21%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF2484 (or 0xDF2484) is known color: Deep Cerise. HEX triplet: DF, 24 and 84. RGB value is (223,36,132). Sum of RGB (Red+Green+Blue) = 223+36+132=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2484 is #20DB7B. Grayscale: #666666. Windows color (decimal): -2153340 or 8660191. OLE color: 8660191.

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

Color convert

RGB 223 36 132 -
CMYK 0 0.84 0.41 0.13
HSL 329.2º 0.75% 0.51% -
HSV(B) 329.2º 0.84% 0.87% -
XYZ 35.23 18.62 23.57 -
YUV 102.86 144.45 213.69 -
System Red Green Blue C M Y K H S L
Decimal 223 36 132 0 0.84 0.41 0.13 329.2 0.75 0.51
Hex DF 24 84 0 54 29 D 149 4B 33
Octal 337 44 204 0 124 51 15 511 113 63
Binary 11011111 100100 10000100 0 1010100 101001 1101 101001001 1001011 110011

Color Harmonies of #DF2484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2484

Black with #DF2484

Text Example


Text Example

White with #DF2484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2484; }

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

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

background-color css

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

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

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

border-color css

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

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

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