Html Css Color HEX #D95DA0 Hopbush

📋 copy color: '#D95DA0'

red 217 ◦ green 93 ◦ blue 160

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

Shades of Hopbush #D95DA0

Tints of Hopbush #D95DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.79%

 BLUE value IS 160 (62.89% from 255) = 34.04%

R = 46.17%
G = 19.79%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D95DA0 (or 0xD95DA0) is known color: Hopbush. HEX triplet: D9, 5D and A0. RGB value is (217,93,160). Sum of RGB (Red+Green+Blue) = 217+93+160=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95DA0 is #26A25F. Grayscale: #898989. Windows color (decimal): -2531936 or 10509785. OLE color: 10509785.

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

Color convert

RGB 217 93 160 -
CMYK 0 0.57 0.26 0.15
HSL 327.58º 0.62% 0.61% -
HSV(B) 327.58º 0.57% 0.85% -
XYZ 38.87 25.12 36.06 -
YUV 137.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 217 93 160 0 0.57 0.26 0.15 327.58 0.62 0.61
Hex D9 5D A0 0 39 1A F 148 3E 3D
Octal 331 135 240 0 71 32 17 510 76 75
Binary 11011001 1011101 10100000 0 111001 11010 1111 101001000 111110 111101

Color Harmonies of #D95DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DA0

Black with #D95DA0

Text Example


Text Example

White with #D95DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DA0; }

 p { color: rgb(217,93,160); }

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

background-color css

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

 a { background-color: rgb(217,93,160); }

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

border-color css

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

 span { border-color: rgb(217,93,160); }

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