Html Css Color HEX #D15DA5 Hopbush

📋 copy color: '#D15DA5'

red 209 ◦ green 93 ◦ blue 165

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

Shades of Hopbush #D15DA5

Tints of Hopbush #D15DA5

RGB

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

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

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

R = 44.75%
G = 19.91%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D15DA5 (or 0xD15DA5) is known color: Hopbush. HEX triplet: D1, 5D and A5. RGB value is (209,93,165). Sum of RGB (Red+Green+Blue) = 209+93+165=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15DA5 is #2EA25A. Grayscale: #878787. Windows color (decimal): -3056219 or 10837457. OLE color: 10837457.

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

Color convert

RGB 209 93 165 -
CMYK 0 0.56 0.21 0.18
HSL 322.76º 0.56% 0.59% -
HSV(B) 322.76º 0.56% 0.82% -
XYZ 37 24.1 38.3 -
YUV 135.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 209 93 165 0 0.56 0.21 0.18 322.76 0.56 0.59
Hex D1 5D A5 0 38 15 12 143 38 3B
Octal 321 135 245 0 70 25 22 503 70 73
Binary 11010001 1011101 10100101 0 111000 10101 10010 101000011 111000 111011

Color Harmonies of #D15DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DA5

Black with #D15DA5

Text Example


Text Example

White with #D15DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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