#D15CA7

Color #D15CA7 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D15CA7

Tints of Hopbush #D15CA7

Color information

#D15CA7 (or 0xD15CA7) is unknown color: approx Hopbush. HEX triplet: D1, 5C and A7. RGB value is (209,92,167). Sum of RGB (Red+Green+Blue) = 209+92+167=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15CA7 is #2EA358. Grayscale: #878787. Windows color (decimal): -3056473 or 10968273. OLE color: 10968273.

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

Color convert

RGB20992167-
CMYK00.560.200.18
HSL321.54º55.98%59.02%-
HSV(B)321.54º55.98%81.96%-
XYZ37.12439.24-
YUV135.53145.76180.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.66%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=44.66%
G=19.66%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099216700.560.200.18321.5455.9859.02
HexD15CA70381412142383b
Octal32113424707024225027073
Binary1101000110111001010011101110001010010010101000010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CA7; }

 p { color: rgb(209,92,167); }

 H1.HeaderClassName
 {
   color: #D15CA7;
 }
 .AnyTagClassName
 {
   color: #D15CA7;
 }
</style>
background-color css

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

 a { background-color: rgb(209,92,167); }

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

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

 span { border-color: rgb(209,92,167); }

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