Html Css Color HEX #D76DAF Hopbush

📋 copy color: '#D76DAF'

red 215 ◦ green 109 ◦ blue 175

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

Shades of Hopbush #D76DAF

Tints of Hopbush #D76DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 43.09%
G = 21.84%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D76DAF (or 0xD76DAF) is known color: Hopbush. HEX triplet: D7, 6D and AF. RGB value is (215,109,175). Sum of RGB (Red+Green+Blue) = 215+109+175=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DAF is #289250. Grayscale: #949494. Windows color (decimal): -2658897 or 11496919. OLE color: 11496919.

HSL color Cylindrical-coordinate representation of color #D76DAF: hue angle of 322.64º 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 #D76DAF is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 175 -
CMYK 0 0.49 0.19 0.16
HSL 322.64º 0.57% 0.64% -
HSV(B) 322.64º 0.49% 0.84% -
XYZ 41.23 28.48 43.88 -
YUV 148.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 215 109 175 0 0.49 0.19 0.16 322.64 0.57 0.64
Hex D7 6D AF 0 31 13 10 143 39 40
Octal 327 155 257 0 61 23 20 503 71 100
Binary 11010111 1101101 10101111 0 110001 10011 10000 101000011 111001 1000000

Color Harmonies of #D76DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DAF

Black with #D76DAF

Text Example


Text Example

White with #D76DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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