Html Css Color HEX #DD4088 Deep Cerise

📋 copy color: '#DD4088'

red 221 ◦ green 64 ◦ blue 136

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

Shades of Deep Cerise #DD4088

Tints of Deep Cerise #DD4088

RGB

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

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

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

R = 52.49%
G = 15.2%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD4088 (or 0xDD4088) is known color: Deep Cerise. HEX triplet: DD, 40 and 88. RGB value is (221,64,136). Sum of RGB (Red+Green+Blue) = 221+64+136=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4088 is #22BF77. Grayscale: #777777. Windows color (decimal): -2277240 or 8929501. OLE color: 8929501.

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

Color convert

RGB 221 64 136 -
CMYK 0 0.71 0.38 0.13
HSL 332.48º 0.7% 0.56% -
HSV(B) 332.48º 0.71% 0.87% -
XYZ 36.1 20.82 25.41 -
YUV 119.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 221 64 136 0 0.71 0.38 0.13 332.48 0.7 0.56
Hex DD 40 88 0 47 26 D 14C 46 38
Octal 335 100 210 0 107 46 15 514 106 70
Binary 11011101 1000000 10001000 0 1000111 100110 1101 101001100 1000110 111000

Color Harmonies of #DD4088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4088

Black with #DD4088

Text Example


Text Example

White with #DD4088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4088; }

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

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

background-color css

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

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

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

border-color css

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

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

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