Html Css Color HEX #DD4081 Deep Cerise

📋 copy color: '#DD4081'

red 221 ◦ green 64 ◦ blue 129

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

Shades of Deep Cerise #DD4081

Tints of Deep Cerise #DD4081

RGB

 RED value IS 221 (86.72% from 255) = 53.38%

 GREEN value IS 64 (25.39% from 255) = 15.46%

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

R = 53.38%
G = 15.46%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD4081 (or 0xDD4081) is known color: Deep Cerise. HEX triplet: DD, 40 and 81. RGB value is (221,64,129). Sum of RGB (Red+Green+Blue) = 221+64+129=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4081 is #22BF7E. Grayscale: #767676. Windows color (decimal): -2277247 or 8470749. OLE color: 8470749.

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

Color convert

RGB 221 64 129 -
CMYK 0 0.71 0.42 0.13
HSL 335.16º 0.7% 0.56% -
HSV(B) 335.16º 0.71% 0.87% -
XYZ 35.61 20.62 22.87 -
YUV 118.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 221 64 129 0 0.71 0.42 0.13 335.16 0.7 0.56
Hex DD 40 81 0 47 2A D 14F 46 38
Octal 335 100 201 0 107 52 15 517 106 70
Binary 11011101 1000000 10000001 0 1000111 101010 1101 101001111 1000110 111000

Color Harmonies of #DD4081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4081

Black with #DD4081

Text Example


Text Example

White with #DD4081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4081; }

 p { color: rgb(221,64,129); }

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

background-color css

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

 a { background-color: rgb(221,64,129); }

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

border-color css

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

 span { border-color: rgb(221,64,129); }

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