Html Css Color HEX #D75BAB Hopbush

📋 copy color: '#D75BAB'

red 215 ◦ green 91 ◦ blue 171

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

Shades of Hopbush #D75BAB

Tints of Hopbush #D75BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.08%

 BLUE value IS 171 (67.19% from 255) = 35.85%

R = 45.07%
G = 19.08%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D75BAB (or 0xD75BAB) is known color: Hopbush. HEX triplet: D7, 5B and AB. RGB value is (215,91,171). Sum of RGB (Red+Green+Blue) = 215+91+171=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D75BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75BAB is #28A454. Grayscale: #898989. Windows color (decimal): -2663509 or 11230167. OLE color: 11230167.

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

Color convert

RGB 215 91 171 -
CMYK 0 0.58 0.20 0.16
HSL 321.29º 0.61% 0.6% -
HSV(B) 321.29º 0.58% 0.84% -
XYZ 39.12 24.87 41.27 -
YUV 137.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 215 91 171 0 0.58 0.20 0.16 321.29 0.61 0.6
Hex D7 5B AB 0 3A 14 10 141 3D 3C
Octal 327 133 253 0 72 24 20 501 75 74
Binary 11010111 1011011 10101011 0 111010 10100 10000 101000001 111101 111100

Color Harmonies of #D75BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75BAB

Black with #D75BAB

Text Example


Text Example

White with #D75BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75BAB; }

 p { color: rgb(215,91,171); }

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

background-color css

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

 a { background-color: rgb(215,91,171); }

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

border-color css

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

 span { border-color: rgb(215,91,171); }

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