Html Css Color HEX #DD6189 Deep Blush

📋 copy color: '#DD6189'

red 221 ◦ green 97 ◦ blue 137

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

Shades of Deep Blush #DD6189

Tints of Deep Blush #DD6189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 48.57%
G = 21.32%
B = 30.11%

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

#DD6189 (or 0xDD6189) is known color: Deep Blush. HEX triplet: DD, 61 and 89. RGB value is (221,97,137). Sum of RGB (Red+Green+Blue) = 221+97+137=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6189 is #229E76. Grayscale: #8A8A8A. Windows color (decimal): -2268791 or 9003485. OLE color: 9003485.

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

Color convert

RGB 221 97 137 -
CMYK 0 0.56 0.38 0.13
HSL 340.65º 0.65% 0.62% -
HSV(B) 340.65º 0.56% 0.87% -
XYZ 38.61 25.73 26.6 -
YUV 138.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 221 97 137 0 0.56 0.38 0.13 340.65 0.65 0.62
Hex DD 61 89 0 38 26 D 155 41 3E
Octal 335 141 211 0 70 46 15 525 101 76
Binary 11011101 1100001 10001001 0 111000 100110 1101 101010101 1000001 111110

Color Harmonies of #DD6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6189

Black with #DD6189

Text Example


Text Example

White with #DD6189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6189; }

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

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

background-color css

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

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

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

border-color css

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

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

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