Html Css Color HEX #D15F9E Hopbush

📋 copy color: '#D15F9E'

red 209 ◦ green 95 ◦ blue 158

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

Shades of Hopbush #D15F9E

Tints of Hopbush #D15F9E

RGB

 RED value IS 209 (82.03% from 255) = 45.24%

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

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 45.24%
G = 20.56%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D15F9E (or 0xD15F9E) is known color: Hopbush. HEX triplet: D1, 5F and 9E. RGB value is (209,95,158). Sum of RGB (Red+Green+Blue) = 209+95+158=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F9E is #2EA061. Grayscale: #888888. Windows color (decimal): -3055714 or 10379217. OLE color: 10379217.

HSL color Cylindrical-coordinate representation of color #D15F9E: hue angle of 326.84º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F9E is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 95 158 -
CMYK 0 0.55 0.24 0.18
HSL 326.84º 0.55% 0.6% -
HSV(B) 326.84º 0.55% 0.82% -
XYZ 36.56 24.21 35.09 -
YUV 136.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 209 95 158 0 0.55 0.24 0.18 326.84 0.55 0.6
Hex D1 5F 9E 0 37 18 12 147 37 3C
Octal 321 137 236 0 67 30 22 507 67 74
Binary 11010001 1011111 10011110 0 110111 11000 10010 101000111 110111 111100

Color Harmonies of #D15F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F9E

Black with #D15F9E

Text Example


Text Example

White with #D15F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F9E; }

 p { color: rgb(209,95,158); }

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

background-color css

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

 a { background-color: rgb(209,95,158); }

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

border-color css

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

 span { border-color: rgb(209,95,158); }

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