Html Css Color HEX #D75F90 Hopbush

📋 copy color: '#D75F90'

red 215 ◦ green 95 ◦ blue 144

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

Shades of Hopbush #D75F90

Tints of Hopbush #D75F90

RGB

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

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

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

R = 47.36%
G = 20.93%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D75F90 (or 0xD75F90) is known color: Hopbush. HEX triplet: D7, 5F and 90. RGB value is (215,95,144). Sum of RGB (Red+Green+Blue) = 215+95+144=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75F90 is #28A06F. Grayscale: #888888. Windows color (decimal): -2662512 or 9461719. OLE color: 9461719.

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

Color convert

RGB 215 95 144 -
CMYK 0 0.56 0.33 0.16
HSL 335.5º 0.6% 0.61% -
HSV(B) 335.5º 0.56% 0.84% -
XYZ 37.15 24.65 29.18 -
YUV 136.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 215 95 144 0 0.56 0.33 0.16 335.5 0.6 0.61
Hex D7 5F 90 0 38 21 10 150 3C 3D
Octal 327 137 220 0 70 41 20 520 74 75
Binary 11010111 1011111 10010000 0 111000 100001 10000 101010000 111100 111101

Color Harmonies of #D75F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F90

Black with #D75F90

Text Example


Text Example

White with #D75F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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