Html Css Color HEX #D75FA6 Hopbush

📋 copy color: '#D75FA6'

red 215 ◦ green 95 ◦ blue 166

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

Shades of Hopbush #D75FA6

Tints of Hopbush #D75FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.96%

 BLUE value IS 166 (65.23% from 255) = 34.87%

R = 45.17%
G = 19.96%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D75FA6 (or 0xD75FA6) is known color: Hopbush. HEX triplet: D7, 5F and A6. RGB value is (215,95,166). Sum of RGB (Red+Green+Blue) = 215+95+166=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D75FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75FA6 is #28A059. Grayscale: #8A8A8A. Windows color (decimal): -2662490 or 10903511. OLE color: 10903511.

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

Color convert

RGB 215 95 166 -
CMYK 0 0.56 0.23 0.16
HSL 324.5º 0.6% 0.61% -
HSV(B) 324.5º 0.56% 0.84% -
XYZ 39 25.38 38.92 -
YUV 138.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 215 95 166 0 0.56 0.23 0.16 324.5 0.6 0.61
Hex D7 5F A6 0 38 17 10 144 3C 3D
Octal 327 137 246 0 70 27 20 504 74 75
Binary 11010111 1011111 10100110 0 111000 10111 10000 101000100 111100 111101

Color Harmonies of #D75FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75FA6

Black with #D75FA6

Text Example


Text Example

White with #D75FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75FA6; }

 p { color: rgb(215,95,166); }

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

background-color css

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

 a { background-color: rgb(215,95,166); }

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

border-color css

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

 span { border-color: rgb(215,95,166); }

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