Html Css Color HEX #DF2081 Deep Cerise

📋 copy color: '#DF2081'

red 223 ◦ green 32 ◦ blue 129

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

Shades of Deep Cerise #DF2081

Tints of Deep Cerise #DF2081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

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

R = 58.07%
G = 8.33%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF2081 (or 0xDF2081) is known color: Deep Cerise. HEX triplet: DF, 20 and 81. RGB value is (223,32,129). Sum of RGB (Red+Green+Blue) = 223+32+129=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2081 is #20DF7E. Grayscale: #636363. Windows color (decimal): -2154367 or 8462559. OLE color: 8462559.

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

Color convert

RGB 223 32 129 -
CMYK 0 0.86 0.42 0.13
HSL 329.53º 0.75% 0.5% -
HSV(B) 329.53º 0.86% 0.87% -
XYZ 34.91 18.31 22.46 -
YUV 100.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 223 32 129 0 0.86 0.42 0.13 329.53 0.75 0.5
Hex DF 20 81 0 56 2A D 14A 4B 32
Octal 337 40 201 0 126 52 15 512 113 62
Binary 11011111 100000 10000001 0 1010110 101010 1101 101001010 1001011 110010

Color Harmonies of #DF2081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2081

Black with #DF2081

Text Example


Text Example

White with #DF2081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2081; }

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

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

background-color css

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

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

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

border-color css

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

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

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