Html Css Color HEX #DD4688 Deep Cerise

📋 copy color: '#DD4688'

red 221 ◦ green 70 ◦ blue 136

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

Shades of Deep Cerise #DD4688

Tints of Deep Cerise #DD4688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.39%

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

R = 51.76%
G = 16.39%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD4688 (or 0xDD4688) is known color: Deep Cerise. HEX triplet: DD, 46 and 88. RGB value is (221,70,136). Sum of RGB (Red+Green+Blue) = 221+70+136=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4688 is #22B977. Grayscale: #7A7A7A. Windows color (decimal): -2275704 or 8931037. OLE color: 8931037.

HSL color Cylindrical-coordinate representation of color #DD4688: hue angle of 333.77º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4688 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 136 -
CMYK 0 0.68 0.38 0.13
HSL 333.77º 0.69% 0.57% -
HSV(B) 333.77º 0.68% 0.87% -
XYZ 36.45 21.53 25.53 -
YUV 122.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 221 70 136 0 0.68 0.38 0.13 333.77 0.69 0.57
Hex DD 46 88 0 44 26 D 14E 45 39
Octal 335 106 210 0 104 46 15 516 105 71
Binary 11011101 1000110 10001000 0 1000100 100110 1101 101001110 1000101 111001

Color Harmonies of #DD4688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4688

Black with #DD4688

Text Example


Text Example

White with #DD4688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4688; }

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

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

background-color css

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

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

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

border-color css

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

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

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