Html Css Color HEX #DD7386 Deep Blush

📋 copy color: '#DD7386'

red 221 ◦ green 115 ◦ blue 134

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

Shades of Deep Blush #DD7386

Tints of Deep Blush #DD7386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.51%

R = 47.02%
G = 24.47%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD7386 (or 0xDD7386) is known color: Deep Blush. HEX triplet: DD, 73 and 86. RGB value is (221,115,134). Sum of RGB (Red+Green+Blue) = 221+115+134=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7386 is #228C79. Grayscale: #949494. Windows color (decimal): -2264186 or 8811485. OLE color: 8811485.

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

Color convert

RGB 221 115 134 -
CMYK 0 0.48 0.39 0.13
HSL 349.25º 0.61% 0.66% -
HSV(B) 349.25º 0.48% 0.87% -
XYZ 40.25 29.35 26.1 -
YUV 148.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 221 115 134 0 0.48 0.39 0.13 349.25 0.61 0.66
Hex DD 73 86 0 30 27 D 15D 3D 42
Octal 335 163 206 0 60 47 15 535 75 102
Binary 11011101 1110011 10000110 0 110000 100111 1101 101011101 111101 1000010

Color Harmonies of #DD7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7386

Black with #DD7386

Text Example


Text Example

White with #DD7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7386; }

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

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

background-color css

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

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

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

border-color css

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

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

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