Html Css Color HEX #DD4083 Deep Cerise

📋 copy color: '#DD4083'

red 221 ◦ green 64 ◦ blue 131

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

Shades of Deep Cerise #DD4083

Tints of Deep Cerise #DD4083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 53.13%
G = 15.38%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD4083 (or 0xDD4083) is known color: Deep Cerise. HEX triplet: DD, 40 and 83. RGB value is (221,64,131). Sum of RGB (Red+Green+Blue) = 221+64+131=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4083 is #22BF7C. Grayscale: #767676. Windows color (decimal): -2277245 or 8601821. OLE color: 8601821.

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

Color convert

RGB 221 64 131 -
CMYK 0 0.71 0.41 0.13
HSL 334.39º 0.7% 0.56% -
HSV(B) 334.39º 0.71% 0.87% -
XYZ 35.75 20.68 23.58 -
YUV 118.58 135.01 201.05 -
System Red Green Blue C M Y K H S L
Decimal 221 64 131 0 0.71 0.41 0.13 334.39 0.7 0.56
Hex DD 40 83 0 47 29 D 14E 46 38
Octal 335 100 203 0 107 51 15 516 106 70
Binary 11011101 1000000 10000011 0 1000111 101001 1101 101001110 1000110 111000

Color Harmonies of #DD4083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4083

Black with #DD4083

Text Example


Text Example

White with #DD4083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4083; }

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

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

background-color css

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

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

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

border-color css

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

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

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