Html Css Color HEX #D75990 Hopbush

📋 copy color: '#D75990'

red 215 ◦ green 89 ◦ blue 144

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

Shades of Hopbush #D75990

Tints of Hopbush #D75990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.87%

 BLUE value IS 144 (56.64% from 255) = 32.14%

R = 47.99%
G = 19.87%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D75990 (or 0xD75990) is known color: Hopbush. HEX triplet: D7, 59 and 90. RGB value is (215,89,144). Sum of RGB (Red+Green+Blue) = 215+89+144=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D75990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75990 is #28A66F. Grayscale: #848484. Windows color (decimal): -2664048 or 9460183. OLE color: 9460183.

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

Color convert

RGB 215 89 144 -
CMYK 0 0.59 0.33 0.16
HSL 333.81º 0.61% 0.6% -
HSV(B) 333.81º 0.59% 0.84% -
XYZ 36.63 23.61 29.01 -
YUV 132.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 215 89 144 0 0.59 0.33 0.16 333.81 0.61 0.6
Hex D7 59 90 0 3B 21 10 14E 3D 3C
Octal 327 131 220 0 73 41 20 516 75 74
Binary 11010111 1011001 10010000 0 111011 100001 10000 101001110 111101 111100

Color Harmonies of #D75990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75990

Black with #D75990

Text Example


Text Example

White with #D75990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75990; }

 p { color: rgb(215,89,144); }

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

background-color css

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

 a { background-color: rgb(215,89,144); }

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

border-color css

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

 span { border-color: rgb(215,89,144); }

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