Html Css Color HEX #D760A0 Hopbush

📋 copy color: '#D760A0'

red 215 ◦ green 96 ◦ blue 160

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

Shades of Hopbush #D760A0

Tints of Hopbush #D760A0

RGB

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

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

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

R = 45.65%
G = 20.38%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D760A0 (or 0xD760A0) is known color: Hopbush. HEX triplet: D7, 60 and A0. RGB value is (215,96,160). Sum of RGB (Red+Green+Blue) = 215+96+160=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D760A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D760A0 is #289F5F. Grayscale: #8A8A8A. Windows color (decimal): -2662240 or 10510551. OLE color: 10510551.

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

Color convert

RGB 215 96 160 -
CMYK 0 0.55 0.26 0.16
HSL 327.73º 0.6% 0.61% -
HSV(B) 327.73º 0.55% 0.84% -
XYZ 38.55 25.35 36.12 -
YUV 138.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 215 96 160 0 0.55 0.26 0.16 327.73 0.6 0.61
Hex D7 60 A0 0 37 1A 10 148 3C 3D
Octal 327 140 240 0 67 32 20 510 74 75
Binary 11010111 1100000 10100000 0 110111 11010 10000 101001000 111100 111101

Color Harmonies of #D760A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D760A0

Black with #D760A0

Text Example


Text Example

White with #D760A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D760A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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