Html Css Color HEX #DD6488 Deep Blush

📋 copy color: '#DD6488'

red 221 ◦ green 100 ◦ blue 136

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

Shades of Deep Blush #DD6488

Tints of Deep Blush #DD6488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.88%

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

R = 48.36%
G = 21.88%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6488 (or 0xDD6488) is known color: Deep Blush. HEX triplet: DD, 64 and 88. RGB value is (221,100,136). Sum of RGB (Red+Green+Blue) = 221+100+136=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6488 is #229B77. Grayscale: #8C8C8C. Windows color (decimal): -2268024 or 8938717. OLE color: 8938717.

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

Color convert

RGB 221 100 136 -
CMYK 0 0.55 0.38 0.13
HSL 342.15º 0.64% 0.63% -
HSV(B) 342.15º 0.55% 0.87% -
XYZ 38.82 26.26 26.32 -
YUV 140.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 221 100 136 0 0.55 0.38 0.13 342.15 0.64 0.63
Hex DD 64 88 0 37 26 D 156 40 3F
Octal 335 144 210 0 67 46 15 526 100 77
Binary 11011101 1100100 10001000 0 110111 100110 1101 101010110 1000000 111111

Color Harmonies of #DD6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6488

Black with #DD6488

Text Example


Text Example

White with #DD6488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6488; }

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

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

background-color css

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

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

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

border-color css

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

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

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