Html Css Color HEX #D75EA3 Hopbush

📋 copy color: '#D75EA3'

red 215 ◦ green 94 ◦ blue 163

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

Shades of Hopbush #D75EA3

Tints of Hopbush #D75EA3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.92%

 BLUE value IS 163 (64.06% from 255) = 34.53%

R = 45.55%
G = 19.92%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D75EA3 (or 0xD75EA3) is known color: Hopbush. HEX triplet: D7, 5E and A3. RGB value is (215,94,163). Sum of RGB (Red+Green+Blue) = 215+94+163=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75EA3 is #28A15C. Grayscale: #898989. Windows color (decimal): -2662749 or 10706647. OLE color: 10706647.

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

Color convert

RGB 215 94 163 -
CMYK 0 0.56 0.24 0.16
HSL 325.79º 0.6% 0.61% -
HSV(B) 325.79º 0.56% 0.84% -
XYZ 38.64 25.1 37.46 -
YUV 138.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 215 94 163 0 0.56 0.24 0.16 325.79 0.6 0.61
Hex D7 5E A3 0 38 18 10 146 3C 3D
Octal 327 136 243 0 70 30 20 506 74 75
Binary 11010111 1011110 10100011 0 111000 11000 10000 101000110 111100 111101

Color Harmonies of #D75EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75EA3

Black with #D75EA3

Text Example


Text Example

White with #D75EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75EA3; }

 p { color: rgb(215,94,163); }

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

background-color css

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

 a { background-color: rgb(215,94,163); }

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

border-color css

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

 span { border-color: rgb(215,94,163); }

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