Html Css Color HEX #DD2088 Deep Cerise

📋 copy color: '#DD2088'

red 221 ◦ green 32 ◦ blue 136

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

Shades of Deep Cerise #DD2088

Tints of Deep Cerise #DD2088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 56.81%
G = 8.23%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD2088 (or 0xDD2088) is known color: Deep Cerise. HEX triplet: DD, 20 and 88. RGB value is (221,32,136). Sum of RGB (Red+Green+Blue) = 221+32+136=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2088 is #22DF77. Grayscale: #646464. Windows color (decimal): -2285432 or 8921309. OLE color: 8921309.

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

Color convert

RGB 221 32 136 -
CMYK 0 0.86 0.38 0.13
HSL 326.98º 0.75% 0.5% -
HSV(B) 326.98º 0.86% 0.87% -
XYZ 34.78 18.18 24.97 -
YUV 100.37 148.12 214.04 -
System Red Green Blue C M Y K H S L
Decimal 221 32 136 0 0.86 0.38 0.13 326.98 0.75 0.5
Hex DD 20 88 0 56 26 D 147 4B 32
Octal 335 40 210 0 126 46 15 507 113 62
Binary 11011101 100000 10001000 0 1010110 100110 1101 101000111 1001011 110010

Color Harmonies of #DD2088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2088

Black with #DD2088

Text Example


Text Example

White with #DD2088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2088; }

 p { color: rgb(221,32,136); }

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

background-color css

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

 a { background-color: rgb(221,32,136); }

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

border-color css

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

 span { border-color: rgb(221,32,136); }

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