Html Css Color HEX #D76DB0 Hopbush

📋 copy color: '#D76DB0'

red 215 ◦ green 109 ◦ blue 176

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

Shades of Hopbush #D76DB0

Tints of Hopbush #D76DB0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.8%

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

R = 43%
G = 21.8%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D76DB0 (or 0xD76DB0) is known color: Hopbush. HEX triplet: D7, 6D and B0. RGB value is (215,109,176). Sum of RGB (Red+Green+Blue) = 215+109+176=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DB0 is #28924F. Grayscale: #949494. Windows color (decimal): -2658896 or 11562455. OLE color: 11562455.

HSL color Cylindrical-coordinate representation of color #D76DB0: hue angle of 322.08º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76DB0 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 176 -
CMYK 0 0.49 0.18 0.16
HSL 322.08º 0.57% 0.64% -
HSV(B) 322.08º 0.49% 0.84% -
XYZ 41.33 28.52 44.4 -
YUV 148.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 215 109 176 0 0.49 0.18 0.16 322.08 0.57 0.64
Hex D7 6D B0 0 31 12 10 142 39 40
Octal 327 155 260 0 61 22 20 502 71 100
Binary 11010111 1101101 10110000 0 110001 10010 10000 101000010 111001 1000000

Color Harmonies of #D76DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DB0

Black with #D76DB0

Text Example


Text Example

White with #D76DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DB0; }

 p { color: rgb(215,109,176); }

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

background-color css

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

 a { background-color: rgb(215,109,176); }

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

border-color css

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

 span { border-color: rgb(215,109,176); }

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