Html Css Color HEX #D15F8F Hopbush

📋 copy color: '#D15F8F'

red 209 ◦ green 95 ◦ blue 143

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

Shades of Hopbush #D15F8F

Tints of Hopbush #D15F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 46.76%
G = 21.25%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D15F8F (or 0xD15F8F) is known color: Hopbush. HEX triplet: D1, 5F and 8F. RGB value is (209,95,143). Sum of RGB (Red+Green+Blue) = 209+95+143=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F8F is #2EA070. Grayscale: #868686. Windows color (decimal): -3055729 or 9396177. OLE color: 9396177.

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

Color convert

RGB 209 95 143 -
CMYK 0 0.55 0.32 0.18
HSL 334.74º 0.55% 0.6% -
HSV(B) 334.74º 0.55% 0.82% -
XYZ 35.34 23.72 28.7 -
YUV 134.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 209 95 143 0 0.55 0.32 0.18 334.74 0.55 0.6
Hex D1 5F 8F 0 37 20 12 14F 37 3C
Octal 321 137 217 0 67 40 22 517 67 74
Binary 11010001 1011111 10001111 0 110111 100000 10010 101001111 110111 111100

Color Harmonies of #D15F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F8F

Black with #D15F8F

Text Example


Text Example

White with #D15F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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