Html Css Color HEX #D15EA0 Hopbush

📋 copy color: '#D15EA0'

red 209 ◦ green 94 ◦ blue 160

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

Shades of Hopbush #D15EA0

Tints of Hopbush #D15EA0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.3%

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 45.14%
G = 20.3%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D15EA0 (or 0xD15EA0) is known color: Hopbush. HEX triplet: D1, 5E and A0. RGB value is (209,94,160). Sum of RGB (Red+Green+Blue) = 209+94+160=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D15EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15EA0 is #2EA15F. Grayscale: #878787. Windows color (decimal): -3055968 or 10510033. OLE color: 10510033.

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

Color convert

RGB 209 94 160 -
CMYK 0 0.55 0.23 0.18
HSL 325.57º 0.56% 0.59% -
HSV(B) 325.57º 0.55% 0.82% -
XYZ 36.64 24.1 35.98 -
YUV 135.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 209 94 160 0 0.55 0.23 0.18 325.57 0.56 0.59
Hex D1 5E A0 0 37 17 12 146 38 3B
Octal 321 136 240 0 67 27 22 506 70 73
Binary 11010001 1011110 10100000 0 110111 10111 10010 101000110 111000 111011

Color Harmonies of #D15EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EA0

Black with #D15EA0

Text Example


Text Example

White with #D15EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EA0; }

 p { color: rgb(209,94,160); }

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

background-color css

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

 a { background-color: rgb(209,94,160); }

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

border-color css

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

 span { border-color: rgb(209,94,160); }

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