Html Css Color HEX #DF2481 Deep Cerise

📋 copy color: '#DF2481'

red 223 ◦ green 36 ◦ blue 129

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

Shades of Deep Cerise #DF2481

Tints of Deep Cerise #DF2481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 57.47%
G = 9.28%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF2481 (or 0xDF2481) is known color: Deep Cerise. HEX triplet: DF, 24 and 81. RGB value is (223,36,129). Sum of RGB (Red+Green+Blue) = 223+36+129=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2481 is #20DB7E. Grayscale: #666666. Windows color (decimal): -2153343 or 8463583. OLE color: 8463583.

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

Color convert

RGB 223 36 129 -
CMYK 0 0.84 0.42 0.13
HSL 330.16º 0.75% 0.51% -
HSV(B) 330.16º 0.84% 0.87% -
XYZ 35.02 18.53 22.5 -
YUV 102.52 142.95 213.94 -
System Red Green Blue C M Y K H S L
Decimal 223 36 129 0 0.84 0.42 0.13 330.16 0.75 0.51
Hex DF 24 81 0 54 2A D 14A 4B 33
Octal 337 44 201 0 124 52 15 512 113 63
Binary 11011111 100100 10000001 0 1010100 101010 1101 101001010 1001011 110011

Color Harmonies of #DF2481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2481

Black with #DF2481

Text Example


Text Example

White with #DF2481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2481; }

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

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

background-color css

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

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

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

border-color css

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

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

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