Html Css Color HEX #D75F93 Hopbush

📋 copy color: '#D75F93'

red 215 ◦ green 95 ◦ blue 147

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

Shades of Hopbush #D75F93

Tints of Hopbush #D75F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.17%

R = 47.05%
G = 20.79%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D75F93 (or 0xD75F93) is known color: Hopbush. HEX triplet: D7, 5F and 93. RGB value is (215,95,147). Sum of RGB (Red+Green+Blue) = 215+95+147=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75F93 is #28A06C. Grayscale: #888888. Windows color (decimal): -2662509 or 9658327. OLE color: 9658327.

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

Color convert

RGB 215 95 147 -
CMYK 0 0.56 0.32 0.16
HSL 334º 0.6% 0.61% -
HSV(B) 334º 0.56% 0.84% -
XYZ 37.38 24.74 30.41 -
YUV 136.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 215 95 147 0 0.56 0.32 0.16 334 0.6 0.61
Hex D7 5F 93 0 38 20 10 14E 3C 3D
Octal 327 137 223 0 70 40 20 516 74 75
Binary 11010111 1011111 10010011 0 111000 100000 10000 101001110 111100 111101

Color Harmonies of #D75F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F93

Black with #D75F93

Text Example


Text Example

White with #D75F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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