Html Css Color HEX #DD6F84 Deep Blush

📋 copy color: '#DD6F84'

red 221 ◦ green 111 ◦ blue 132

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

Shades of Deep Blush #DD6F84

Tints of Deep Blush #DD6F84

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.92%

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

R = 47.63%
G = 23.92%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD6F84 (or 0xDD6F84) is known color: Deep Blush. HEX triplet: DD, 6F and 84. RGB value is (221,111,132). Sum of RGB (Red+Green+Blue) = 221+111+132=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F84 is #22907B. Grayscale: #929292. Windows color (decimal): -2265212 or 8679389. OLE color: 8679389.

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

Color convert

RGB 221 111 132 -
CMYK 0 0.50 0.40 0.13
HSL 348.55º 0.62% 0.65% -
HSV(B) 348.55º 0.5% 0.87% -
XYZ 39.67 28.41 25.22 -
YUV 146.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 221 111 132 0 0.50 0.40 0.13 348.55 0.62 0.65
Hex DD 6F 84 0 32 28 D 15D 3E 41
Octal 335 157 204 0 62 50 15 535 76 101
Binary 11011101 1101111 10000100 0 110010 101000 1101 101011101 111110 1000001

Color Harmonies of #DD6F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F84

Black with #DD6F84

Text Example


Text Example

White with #DD6F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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