Html Css Color HEX #DD7A8A Deep Blush

📋 copy color: '#DD7A8A'

red 221 ◦ green 122 ◦ blue 138

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

Shades of Deep Blush #DD7A8A

Tints of Deep Blush #DD7A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 45.95%
G = 25.36%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD7A8A (or 0xDD7A8A) is known color: Deep Blush. HEX triplet: DD, 7A and 8A. RGB value is (221,122,138). Sum of RGB (Red+Green+Blue) = 221+122+138=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A8A is #228575. Grayscale: #999999. Windows color (decimal): -2262390 or 9075421. OLE color: 9075421.

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

Color convert

RGB 221 122 138 -
CMYK 0 0.45 0.38 0.13
HSL 350.3º 0.59% 0.67% -
HSV(B) 350.3º 0.45% 0.87% -
XYZ 41.37 31.13 27.87 -
YUV 153.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 221 122 138 0 0.45 0.38 0.13 350.3 0.59 0.67
Hex DD 7A 8A 0 2D 26 D 15E 3B 43
Octal 335 172 212 0 55 46 15 536 73 103
Binary 11011101 1111010 10001010 0 101101 100110 1101 101011110 111011 1000011

Color Harmonies of #DD7A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A8A

Black with #DD7A8A

Text Example


Text Example

White with #DD7A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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