Html Css Color HEX #DD6D8A Deep Blush

📋 copy color: '#DD6D8A'

red 221 ◦ green 109 ◦ blue 138

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

Shades of Deep Blush #DD6D8A

Tints of Deep Blush #DD6D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.29%

 BLUE value IS 138 (54.3% from 255) = 29.49%

R = 47.22%
G = 23.29%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6D8A (or 0xDD6D8A) is known color: Deep Blush. HEX triplet: DD, 6D and 8A. RGB value is (221,109,138). Sum of RGB (Red+Green+Blue) = 221+109+138=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D8A is #229275. Grayscale: #919191. Windows color (decimal): -2265718 or 9072093. OLE color: 9072093.

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

Color convert

RGB 221 109 138 -
CMYK 0 0.51 0.38 0.13
HSL 344.46º 0.62% 0.65% -
HSV(B) 344.46º 0.51% 0.87% -
XYZ 39.87 28.14 27.38 -
YUV 145.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 221 109 138 0 0.51 0.38 0.13 344.46 0.62 0.65
Hex DD 6D 8A 0 33 26 D 158 3E 41
Octal 335 155 212 0 63 46 15 530 76 101
Binary 11011101 1101101 10001010 0 110011 100110 1101 101011000 111110 1000001

Color Harmonies of #DD6D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D8A

Black with #DD6D8A

Text Example


Text Example

White with #DD6D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D8A; }

 p { color: rgb(221,109,138); }

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

background-color css

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

 a { background-color: rgb(221,109,138); }

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

border-color css

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

 span { border-color: rgb(221,109,138); }

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