Html Css Color HEX #D95AAB Hopbush

📋 copy color: '#D95AAB'

red 217 ◦ green 90 ◦ blue 171

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

Shades of Hopbush #D95AAB

Tints of Hopbush #D95AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.83%

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 45.4%
G = 18.83%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D95AAB (or 0xD95AAB) is known color: Hopbush. HEX triplet: D9, 5A and AB. RGB value is (217,90,171). Sum of RGB (Red+Green+Blue) = 217+90+171=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95AAB is #26A554. Grayscale: #898989. Windows color (decimal): -2532693 or 11229913. OLE color: 11229913.

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

Color convert

RGB 217 90 171 -
CMYK 0 0.59 0.21 0.15
HSL 321.73º 0.63% 0.6% -
HSV(B) 321.73º 0.59% 0.85% -
XYZ 39.62 25 41.27 -
YUV 137.21 147.08 184.91 -
System Red Green Blue C M Y K H S L
Decimal 217 90 171 0 0.59 0.21 0.15 321.73 0.63 0.6
Hex D9 5A AB 0 3B 15 F 142 3F 3C
Octal 331 132 253 0 73 25 17 502 77 74
Binary 11011001 1011010 10101011 0 111011 10101 1111 101000010 111111 111100

Color Harmonies of #D95AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95AAB

Black with #D95AAB

Text Example


Text Example

White with #D95AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95AAB; }

 p { color: rgb(217,90,171); }

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

background-color css

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

 a { background-color: rgb(217,90,171); }

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

border-color css

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

 span { border-color: rgb(217,90,171); }

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