Html Css Color HEX #D15EA5 Hopbush

📋 copy color: '#D15EA5'

red 209 ◦ green 94 ◦ blue 165

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

Shades of Hopbush #D15EA5

Tints of Hopbush #D15EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 44.66%
G = 20.09%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D15EA5 (or 0xD15EA5) is known color: Hopbush. HEX triplet: D1, 5E and A5. RGB value is (209,94,165). Sum of RGB (Red+Green+Blue) = 209+94+165=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D15EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15EA5 is #2EA15A. Grayscale: #888888. Windows color (decimal): -3055963 or 10837713. OLE color: 10837713.

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

Color convert

RGB 209 94 165 -
CMYK 0 0.55 0.21 0.18
HSL 322.96º 0.56% 0.59% -
HSV(B) 322.96º 0.55% 0.82% -
XYZ 37.09 24.28 38.33 -
YUV 136.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 209 94 165 0 0.55 0.21 0.18 322.96 0.56 0.59
Hex D1 5E A5 0 37 15 12 143 38 3B
Octal 321 136 245 0 67 25 22 503 70 73
Binary 11010001 1011110 10100101 0 110111 10101 10010 101000011 111000 111011

Color Harmonies of #D15EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EA5

Black with #D15EA5

Text Example


Text Example

White with #D15EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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