Html Css Color HEX #DD7684 Deep Blush

📋 copy color: '#DD7684'

red 221 ◦ green 118 ◦ blue 132

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

Shades of Deep Blush #DD7684

Tints of Deep Blush #DD7684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.05%

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

R = 46.92%
G = 25.05%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD7684 (or 0xDD7684) is known color: Deep Blush. HEX triplet: DD, 76 and 84. RGB value is (221,118,132). Sum of RGB (Red+Green+Blue) = 221+118+132=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7684 is #22897B. Grayscale: #969696. Windows color (decimal): -2263420 or 8681181. OLE color: 8681181.

HSL color Cylindrical-coordinate representation of color #DD7684: hue angle of 351.84º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7684 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 132 -
CMYK 0 0.47 0.40 0.13
HSL 351.84º 0.6% 0.66% -
HSV(B) 351.84º 0.47% 0.87% -
XYZ 40.46 29.99 25.49 -
YUV 150.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 221 118 132 0 0.47 0.40 0.13 351.84 0.6 0.66
Hex DD 76 84 0 2F 28 D 160 3C 42
Octal 335 166 204 0 57 50 15 540 74 102
Binary 11011101 1110110 10000100 0 101111 101000 1101 101100000 111100 1000010

Color Harmonies of #DD7684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7684

Black with #DD7684

Text Example


Text Example

White with #DD7684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7684; }

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

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

background-color css

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

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

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

border-color css

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

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

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