Html Css Color HEX #D95AA5 Hopbush

📋 copy color: '#D95AA5'

red 217 ◦ green 90 ◦ blue 165

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

Shades of Hopbush #D95AA5

Tints of Hopbush #D95AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.96%

R = 45.97%
G = 19.07%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D95AA5 (or 0xD95AA5) is known color: Hopbush. HEX triplet: D9, 5A and A5. RGB value is (217,90,165). Sum of RGB (Red+Green+Blue) = 217+90+165=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95AA5 is #26A55A. Grayscale: #888888. Windows color (decimal): -2532699 or 10836697. OLE color: 10836697.

HSL color Cylindrical-coordinate representation of color #D95AA5: hue angle of 324.57º 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 #D95AA5 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 90 165 -
CMYK 0 0.59 0.24 0.15
HSL 324.57º 0.63% 0.6% -
HSV(B) 324.57º 0.59% 0.85% -
XYZ 39.06 24.78 38.32 -
YUV 136.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 217 90 165 0 0.59 0.24 0.15 324.57 0.63 0.6
Hex D9 5A A5 0 3B 18 F 145 3F 3C
Octal 331 132 245 0 73 30 17 505 77 74
Binary 11011001 1011010 10100101 0 111011 11000 1111 101000101 111111 111100

Color Harmonies of #D95AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95AA5

Black with #D95AA5

Text Example


Text Example

White with #D95AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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