Html Css Color HEX #DD738A Deep Blush

📋 copy color: '#DD738A'

red 221 ◦ green 115 ◦ blue 138

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

Shades of Deep Blush #DD738A

Tints of Deep Blush #DD738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.26%

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

R = 46.62%
G = 24.26%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD738A (or 0xDD738A) is known color: Deep Blush. HEX triplet: DD, 73 and 8A. RGB value is (221,115,138). Sum of RGB (Red+Green+Blue) = 221+115+138=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD738A is #228C75. Grayscale: #959595. Windows color (decimal): -2264182 or 9073629. OLE color: 9073629.

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

Color convert

RGB 221 115 138 -
CMYK 0 0.48 0.38 0.13
HSL 346.98º 0.61% 0.66% -
HSV(B) 346.98º 0.48% 0.87% -
XYZ 40.54 29.47 27.6 -
YUV 149.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 221 115 138 0 0.48 0.38 0.13 346.98 0.61 0.66
Hex DD 73 8A 0 30 26 D 15B 3D 42
Octal 335 163 212 0 60 46 15 533 75 102
Binary 11011101 1110011 10001010 0 110000 100110 1101 101011011 111101 1000010

Color Harmonies of #DD738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD738A

Black with #DD738A

Text Example


Text Example

White with #DD738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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