Html Css Color HEX #DD6E8C Deep Blush

📋 copy color: '#DD6E8C'

red 221 ◦ green 110 ◦ blue 140

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

Shades of Deep Blush #DD6E8C

Tints of Deep Blush #DD6E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.35%

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 46.92%
G = 23.35%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD6E8C (or 0xDD6E8C) is known color: Deep Blush. HEX triplet: DD, 6E and 8C. RGB value is (221,110,140). Sum of RGB (Red+Green+Blue) = 221+110+140=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E8C is #229173. Grayscale: #929292. Windows color (decimal): -2265460 or 9203421. OLE color: 9203421.

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

Color convert

RGB 221 110 140 -
CMYK 0 0.50 0.37 0.13
HSL 343.78º 0.62% 0.65% -
HSV(B) 343.78º 0.5% 0.87% -
XYZ 40.13 28.42 28.18 -
YUV 146.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 221 110 140 0 0.50 0.37 0.13 343.78 0.62 0.65
Hex DD 6E 8C 0 32 25 D 158 3E 41
Octal 335 156 214 0 62 45 15 530 76 101
Binary 11011101 1101110 10001100 0 110010 100101 1101 101011000 111110 1000001

Color Harmonies of #DD6E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E8C

Black with #DD6E8C

Text Example


Text Example

White with #DD6E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E8C; }

 p { color: rgb(221,110,140); }

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

background-color css

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

 a { background-color: rgb(221,110,140); }

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

border-color css

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

 span { border-color: rgb(221,110,140); }

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