Html Css Color HEX #DD6188 Deep Blush

📋 copy color: '#DD6188'

red 221 ◦ green 97 ◦ blue 136

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

Shades of Deep Blush #DD6188

Tints of Deep Blush #DD6188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.37%

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

R = 48.68%
G = 21.37%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6188 (or 0xDD6188) is known color: Deep Blush. HEX triplet: DD, 61 and 88. RGB value is (221,97,136). Sum of RGB (Red+Green+Blue) = 221+97+136=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6188 is #229E77. Grayscale: #8A8A8A. Windows color (decimal): -2268792 or 8937949. OLE color: 8937949.

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

Color convert

RGB 221 97 136 -
CMYK 0 0.56 0.38 0.13
HSL 341.13º 0.65% 0.62% -
HSV(B) 341.13º 0.56% 0.87% -
XYZ 38.54 25.7 26.22 -
YUV 138.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 221 97 136 0 0.56 0.38 0.13 341.13 0.65 0.62
Hex DD 61 88 0 38 26 D 155 41 3E
Octal 335 141 210 0 70 46 15 525 101 76
Binary 11011101 1100001 10001000 0 111000 100110 1101 101010101 1000001 111110

Color Harmonies of #DD6188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6188

Black with #DD6188

Text Example


Text Example

White with #DD6188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6188; }

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

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

background-color css

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

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

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

border-color css

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

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

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