Html Css Color HEX #D965AB Hopbush

📋 copy color: '#D965AB'

red 217 ◦ green 101 ◦ blue 171

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

Shades of Hopbush #D965AB

Tints of Hopbush #D965AB

RGB

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

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

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

R = 44.38%
G = 20.65%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D965AB (or 0xD965AB) is known color: Hopbush. HEX triplet: D9, 65 and AB. RGB value is (217,101,171). Sum of RGB (Red+Green+Blue) = 217+101+171=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D965AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D965AB is #269A54. Grayscale: #8F8F8F. Windows color (decimal): -2529877 or 11232729. OLE color: 11232729.

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

Color convert

RGB 217 101 171 -
CMYK 0 0.53 0.21 0.15
HSL 323.79º 0.6% 0.62% -
HSV(B) 323.79º 0.53% 0.85% -
XYZ 40.62 27 41.6 -
YUV 143.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 217 101 171 0 0.53 0.21 0.15 323.79 0.6 0.62
Hex D9 65 AB 0 35 15 F 144 3C 3E
Octal 331 145 253 0 65 25 17 504 74 76
Binary 11011001 1100101 10101011 0 110101 10101 1111 101000100 111100 111110

Color Harmonies of #D965AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965AB

Black with #D965AB

Text Example


Text Example

White with #D965AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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