Html Css Color HEX #D960B0 Hopbush

📋 copy color: '#D960B0'

red 217 ◦ green 96 ◦ blue 176

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

Shades of Hopbush #D960B0

Tints of Hopbush #D960B0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.63%

 BLUE value IS 176 (69.14% from 255) = 35.99%

R = 44.38%
G = 19.63%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D960B0 (or 0xD960B0) is known color: Hopbush. HEX triplet: D9, 60 and B0. RGB value is (217,96,176). Sum of RGB (Red+Green+Blue) = 217+96+176=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D960B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D960B0 is #269F4F. Grayscale: #8D8D8D. Windows color (decimal): -2531152 or 11559129. OLE color: 11559129.

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

Color convert

RGB 217 96 176 -
CMYK 0 0.56 0.19 0.15
HSL 320.33º 0.61% 0.61% -
HSV(B) 320.33º 0.56% 0.85% -
XYZ 40.63 26.25 44 -
YUV 141.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 217 96 176 0 0.56 0.19 0.15 320.33 0.61 0.61
Hex D9 60 B0 0 38 13 F 140 3D 3D
Octal 331 140 260 0 70 23 17 500 75 75
Binary 11011001 1100000 10110000 0 111000 10011 1111 101000000 111101 111101

Color Harmonies of #D960B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960B0

Black with #D960B0

Text Example


Text Example

White with #D960B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960B0; }

 p { color: rgb(217,96,176); }

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

background-color css

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

 a { background-color: rgb(217,96,176); }

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

border-color css

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

 span { border-color: rgb(217,96,176); }

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