Html Css Color HEX #D963A5 Hopbush

📋 copy color: '#D963A5'

red 217 ◦ green 99 ◦ blue 165

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

Shades of Hopbush #D963A5

Tints of Hopbush #D963A5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.58%

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

R = 45.11%
G = 20.58%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D963A5 (or 0xD963A5) is known color: Hopbush. HEX triplet: D9, 63 and A5. RGB value is (217,99,165). Sum of RGB (Red+Green+Blue) = 217+99+165=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D963A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D963A5 is #269C5A. Grayscale: #8D8D8D. Windows color (decimal): -2530395 or 10839001. OLE color: 10839001.

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

Color convert

RGB 217 99 165 -
CMYK 0 0.54 0.24 0.15
HSL 326.44º 0.61% 0.62% -
HSV(B) 326.44º 0.54% 0.85% -
XYZ 39.87 26.39 38.59 -
YUV 141.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 217 99 165 0 0.54 0.24 0.15 326.44 0.61 0.62
Hex D9 63 A5 0 36 18 F 146 3D 3E
Octal 331 143 245 0 66 30 17 506 75 76
Binary 11011001 1100011 10100101 0 110110 11000 1111 101000110 111101 111110

Color Harmonies of #D963A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D963A5

Black with #D963A5

Text Example


Text Example

White with #D963A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D963A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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