Html Css Color HEX #DD7A8C Deep Blush

📋 copy color: '#DD7A8C'

red 221 ◦ green 122 ◦ blue 140

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

Shades of Deep Blush #DD7A8C

Tints of Deep Blush #DD7A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.26%

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

R = 45.76%
G = 25.26%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD7A8C (or 0xDD7A8C) is known color: Deep Blush. HEX triplet: DD, 7A and 8C. RGB value is (221,122,140). Sum of RGB (Red+Green+Blue) = 221+122+140=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A8C is #228573. Grayscale: #999999. Windows color (decimal): -2262388 or 9206493. OLE color: 9206493.

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

Color convert

RGB 221 122 140 -
CMYK 0 0.45 0.37 0.13
HSL 349.09º 0.59% 0.67% -
HSV(B) 349.09º 0.45% 0.87% -
XYZ 41.51 31.18 28.64 -
YUV 153.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 221 122 140 0 0.45 0.37 0.13 349.09 0.59 0.67
Hex DD 7A 8C 0 2D 25 D 15D 3B 43
Octal 335 172 214 0 55 45 15 535 73 103
Binary 11011101 1111010 10001100 0 101101 100101 1101 101011101 111011 1000011

Color Harmonies of #DD7A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A8C

Black with #DD7A8C

Text Example


Text Example

White with #DD7A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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