Html Css Color HEX #D75AA8 Hopbush

📋 copy color: '#D75AA8'

red 215 ◦ green 90 ◦ blue 168

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

Shades of Hopbush #D75AA8

Tints of Hopbush #D75AA8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.03%

 BLUE value IS 168 (66.02% from 255) = 35.52%

R = 45.45%
G = 19.03%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D75AA8 (or 0xD75AA8) is known color: Hopbush. HEX triplet: D7, 5A and A8. RGB value is (215,90,168). Sum of RGB (Red+Green+Blue) = 215+90+168=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75AA8 is #28A557. Grayscale: #888888. Windows color (decimal): -2663768 or 11033303. OLE color: 11033303.

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

Color convert

RGB 215 90 168 -
CMYK 0 0.58 0.22 0.16
HSL 322.56º 0.61% 0.6% -
HSV(B) 322.56º 0.58% 0.84% -
XYZ 38.75 24.59 39.75 -
YUV 136.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 215 90 168 0 0.58 0.22 0.16 322.56 0.61 0.6
Hex D7 5A A8 0 3A 16 10 143 3D 3C
Octal 327 132 250 0 72 26 20 503 75 74
Binary 11010111 1011010 10101000 0 111010 10110 10000 101000011 111101 111100

Color Harmonies of #D75AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AA8

Black with #D75AA8

Text Example


Text Example

White with #D75AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AA8; }

 p { color: rgb(215,90,168); }

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

background-color css

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

 a { background-color: rgb(215,90,168); }

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

border-color css

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

 span { border-color: rgb(215,90,168); }

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