Html Css Color HEX #D15D9F Hopbush

📋 copy color: '#D15D9F'

red 209 ◦ green 93 ◦ blue 159

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

Shades of Hopbush #D15D9F

Tints of Hopbush #D15D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.17%

 BLUE value IS 159 (62.5% from 255) = 34.49%

R = 45.34%
G = 20.17%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D15D9F (or 0xD15D9F) is known color: Hopbush. HEX triplet: D1, 5D and 9F. RGB value is (209,93,159). Sum of RGB (Red+Green+Blue) = 209+93+159=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15D9F is #2EA260. Grayscale: #878787. Windows color (decimal): -3056225 or 10444241. OLE color: 10444241.

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

Color convert

RGB 209 93 159 -
CMYK 0 0.56 0.24 0.18
HSL 325.86º 0.56% 0.59% -
HSV(B) 325.86º 0.56% 0.82% -
XYZ 36.47 23.89 35.49 -
YUV 135.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 209 93 159 0 0.56 0.24 0.18 325.86 0.56 0.59
Hex D1 5D 9F 0 38 18 12 146 38 3B
Octal 321 135 237 0 70 30 22 506 70 73
Binary 11010001 1011101 10011111 0 111000 11000 10010 101000110 111000 111011

Color Harmonies of #D15D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15D9F

Black with #D15D9F

Text Example


Text Example

White with #D15D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15D9F; }

 p { color: rgb(209,93,159); }

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

background-color css

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

 a { background-color: rgb(209,93,159); }

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

border-color css

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

 span { border-color: rgb(209,93,159); }

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