Html Css Color HEX #DD6C84 Deep Blush

📋 copy color: '#DD6C84'

red 221 ◦ green 108 ◦ blue 132

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

Shades of Deep Blush #DD6C84

Tints of Deep Blush #DD6C84

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.43%

 BLUE value IS 132 (51.95% from 255) = 28.63%

R = 47.94%
G = 23.43%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD6C84 (or 0xDD6C84) is known color: Deep Blush. HEX triplet: DD, 6C and 84. RGB value is (221,108,132). Sum of RGB (Red+Green+Blue) = 221+108+132=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C84 is #22937B. Grayscale: #909090. Windows color (decimal): -2265980 or 8678621. OLE color: 8678621.

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

Color convert

RGB 221 108 132 -
CMYK 0 0.51 0.40 0.13
HSL 347.26º 0.62% 0.65% -
HSV(B) 347.26º 0.51% 0.87% -
XYZ 39.35 27.76 25.11 -
YUV 144.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 221 108 132 0 0.51 0.40 0.13 347.26 0.62 0.65
Hex DD 6C 84 0 33 28 D 15B 3E 41
Octal 335 154 204 0 63 50 15 533 76 101
Binary 11011101 1101100 10000100 0 110011 101000 1101 101011011 111110 1000001

Color Harmonies of #DD6C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C84

Black with #DD6C84

Text Example


Text Example

White with #DD6C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C84; }

 p { color: rgb(221,108,132); }

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

background-color css

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

 a { background-color: rgb(221,108,132); }

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

border-color css

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

 span { border-color: rgb(221,108,132); }

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