Html Css Color HEX #D75E9A Hopbush

📋 copy color: '#D75E9A'

red 215 ◦ green 94 ◦ blue 154

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

Shades of Hopbush #D75E9A

Tints of Hopbush #D75E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 46.44%
G = 20.3%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D75E9A (or 0xD75E9A) is known color: Hopbush. HEX triplet: D7, 5E and 9A. RGB value is (215,94,154). Sum of RGB (Red+Green+Blue) = 215+94+154=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75E9A is #28A165. Grayscale: #888888. Windows color (decimal): -2662758 or 10116823. OLE color: 10116823.

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

Color convert

RGB 215 94 154 -
CMYK 0 0.56 0.28 0.16
HSL 330.25º 0.6% 0.61% -
HSV(B) 330.25º 0.56% 0.84% -
XYZ 37.86 24.79 33.36 -
YUV 137.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 215 94 154 0 0.56 0.28 0.16 330.25 0.6 0.61
Hex D7 5E 9A 0 38 1C 10 14A 3C 3D
Octal 327 136 232 0 70 34 20 512 74 75
Binary 11010111 1011110 10011010 0 111000 11100 10000 101001010 111100 111101

Color Harmonies of #D75E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E9A

Black with #D75E9A

Text Example


Text Example

White with #D75E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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