Html Css Color HEX #D75AAC Hopbush

📋 copy color: '#D75AAC'

red 215 ◦ green 90 ◦ blue 172

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

Shades of Hopbush #D75AAC

Tints of Hopbush #D75AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 45.07%
G = 18.87%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D75AAC (or 0xD75AAC) is known color: Hopbush. HEX triplet: D7, 5A and AC. RGB value is (215,90,172). Sum of RGB (Red+Green+Blue) = 215+90+172=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75AAC is #28A553. Grayscale: #888888. Windows color (decimal): -2663764 or 11295447. OLE color: 11295447.

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

Color convert

RGB 215 90 172 -
CMYK 0 0.58 0.2 0.16
HSL 320.64º 0.61% 0.6% -
HSV(B) 320.64º 0.58% 0.84% -
XYZ 39.13 24.74 41.74 -
YUV 136.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 215 90 172 0 0.58 0.2 0.16 320.64 0.61 0.6
Hex D7 5A AC 0 3A 14 10 141 3D 3C
Octal 327 132 254 0 72 24 20 501 75 74
Binary 11010111 1011010 10101100 0 111010 10100 10000 101000001 111101 111100

Color Harmonies of #D75AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AAC

Black with #D75AAC

Text Example


Text Example

White with #D75AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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