Html Css Color HEX #D96585 Deep Blush

📋 copy color: '#D96585'

red 217 ◦ green 101 ◦ blue 133

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

Shades of Deep Blush #D96585

Tints of Deep Blush #D96585

RGB

 RED value IS 217 (85.16% from 255) = 48.12%

 GREEN value IS 101 (39.84% from 255) = 22.39%

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 48.12%
G = 22.39%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D96585 (or 0xD96585) is known color: Deep Blush. HEX triplet: D9, 65 and 85. RGB value is (217,101,133). Sum of RGB (Red+Green+Blue) = 217+101+133=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D96585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96585 is #269A7A. Grayscale: #8B8B8B. Windows color (decimal): -2529915 or 8742361. OLE color: 8742361.

HSL color Cylindrical-coordinate representation of color #D96585: hue angle of 343.45º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96585 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 101 133 -
CMYK 0 0.53 0.39 0.15
HSL 343.45º 0.6% 0.62% -
HSV(B) 343.45º 0.53% 0.85% -
XYZ 37.5 25.75 25.18 -
YUV 139.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 217 101 133 0 0.53 0.39 0.15 343.45 0.6 0.62
Hex D9 65 85 0 35 27 F 157 3C 3E
Octal 331 145 205 0 65 47 17 527 74 76
Binary 11011001 1100101 10000101 0 110101 100111 1111 101010111 111100 111110

Color Harmonies of #D96585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96585

Black with #D96585

Text Example


Text Example

White with #D96585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96585; }

 p { color: rgb(217,101,133); }

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

background-color css

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

 a { background-color: rgb(217,101,133); }

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

border-color css

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

 span { border-color: rgb(217,101,133); }

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