Html Css Color HEX #DD7884 Deep Blush

📋 copy color: '#DD7884'

red 221 ◦ green 120 ◦ blue 132

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

Shades of Deep Blush #DD7884

Tints of Deep Blush #DD7884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.37%

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

R = 46.72%
G = 25.37%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD7884 (or 0xDD7884) is known color: Deep Blush. HEX triplet: DD, 78 and 84. RGB value is (221,120,132). Sum of RGB (Red+Green+Blue) = 221+120+132=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7884 is #22877B. Grayscale: #979797. Windows color (decimal): -2262908 or 8681693. OLE color: 8681693.

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

Color convert

RGB 221 120 132 -
CMYK 0 0.46 0.40 0.13
HSL 352.87º 0.6% 0.67% -
HSV(B) 352.87º 0.46% 0.87% -
XYZ 40.7 30.47 25.57 -
YUV 151.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 221 120 132 0 0.46 0.40 0.13 352.87 0.6 0.67
Hex DD 78 84 0 2E 28 D 161 3C 43
Octal 335 170 204 0 56 50 15 541 74 103
Binary 11011101 1111000 10000100 0 101110 101000 1101 101100001 111100 1000011

Color Harmonies of #DD7884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7884

Black with #DD7884

Text Example


Text Example

White with #DD7884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7884; }

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

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

background-color css

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

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

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

border-color css

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

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

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