Html Css Color HEX #DD6588 Deep Blush

📋 copy color: '#DD6588'

red 221 ◦ green 101 ◦ blue 136

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

Shades of Deep Blush #DD6588

Tints of Deep Blush #DD6588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.05%

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

R = 48.25%
G = 22.05%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6588 (or 0xDD6588) is known color: Deep Blush. HEX triplet: DD, 65 and 88. RGB value is (221,101,136). Sum of RGB (Red+Green+Blue) = 221+101+136=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6588 is #229A77. Grayscale: #8C8C8C. Windows color (decimal): -2267768 or 8938973. OLE color: 8938973.

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

Color convert

RGB 221 101 136 -
CMYK 0 0.54 0.38 0.13
HSL 342.5º 0.64% 0.63% -
HSV(B) 342.5º 0.54% 0.87% -
XYZ 38.92 26.46 26.35 -
YUV 140.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 221 101 136 0 0.54 0.38 0.13 342.5 0.64 0.63
Hex DD 65 88 0 36 26 D 156 40 3F
Octal 335 145 210 0 66 46 15 526 100 77
Binary 11011101 1100101 10001000 0 110110 100110 1101 101010110 1000000 111111

Color Harmonies of #DD6588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6588

Black with #DD6588

Text Example


Text Example

White with #DD6588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6588; }

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

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

background-color css

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

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

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

border-color css

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

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

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