Html Css Color HEX #DD6487 Deep Blush

📋 copy color: '#DD6487'

red 221 ◦ green 100 ◦ blue 135

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

Shades of Deep Blush #DD6487

Tints of Deep Blush #DD6487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.93%

 BLUE value IS 135 (53.13% from 255) = 29.61%

R = 48.46%
G = 21.93%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD6487 (or 0xDD6487) is known color: Deep Blush. HEX triplet: DD, 64 and 87. RGB value is (221,100,135). Sum of RGB (Red+Green+Blue) = 221+100+135=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6487 is #229B78. Grayscale: #8C8C8C. Windows color (decimal): -2268025 or 8873181. OLE color: 8873181.

HSL color Cylindrical-coordinate representation of color #DD6487: hue angle of 342.64º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6487 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 100 135 -
CMYK 0 0.55 0.39 0.13
HSL 342.64º 0.64% 0.63% -
HSV(B) 342.64º 0.55% 0.87% -
XYZ 38.75 26.24 25.94 -
YUV 140.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 221 100 135 0 0.55 0.39 0.13 342.64 0.64 0.63
Hex DD 64 87 0 37 27 D 157 40 3F
Octal 335 144 207 0 67 47 15 527 100 77
Binary 11011101 1100100 10000111 0 110111 100111 1101 101010111 1000000 111111

Color Harmonies of #DD6487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6487

Black with #DD6487

Text Example


Text Example

White with #DD6487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6487; }

 p { color: rgb(221,100,135); }

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

background-color css

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

 a { background-color: rgb(221,100,135); }

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

border-color css

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

 span { border-color: rgb(221,100,135); }

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