Html Css Color HEX #D763A0 Hopbush

📋 copy color: '#D763A0'

red 215 ◦ green 99 ◦ blue 160

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

Shades of Hopbush #D763A0

Tints of Hopbush #D763A0

RGB

 RED value IS 215 (84.38% from 255) = 45.36%

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

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

R = 45.36%
G = 20.89%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D763A0 (or 0xD763A0) is known color: Hopbush. HEX triplet: D7, 63 and A0. RGB value is (215,99,160). Sum of RGB (Red+Green+Blue) = 215+99+160=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D763A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D763A0 is #289C5F. Grayscale: #8C8C8C. Windows color (decimal): -2661472 or 10511319. OLE color: 10511319.

HSL color Cylindrical-coordinate representation of color #D763A0: hue angle of 328.45º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D763A0 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 99 160 -
CMYK 0 0.54 0.26 0.16
HSL 328.45º 0.59% 0.62% -
HSV(B) 328.45º 0.54% 0.84% -
XYZ 38.83 25.91 36.21 -
YUV 140.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 215 99 160 0 0.54 0.26 0.16 328.45 0.59 0.62
Hex D7 63 A0 0 36 1A 10 148 3B 3E
Octal 327 143 240 0 66 32 20 510 73 76
Binary 11010111 1100011 10100000 0 110110 11010 10000 101001000 111011 111110

Color Harmonies of #D763A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763A0

Black with #D763A0

Text Example


Text Example

White with #D763A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763A0; }

 p { color: rgb(215,99,160); }

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

background-color css

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

 a { background-color: rgb(215,99,160); }

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

border-color css

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

 span { border-color: rgb(215,99,160); }

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