#D59DC3

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

Shades of Maverick #D59DC3

Tints of Maverick #D59DC3

Color information

#D59DC3 (or 0xD59DC3) is unknown color: approx Maverick. HEX triplet: D5, 9D and C3. RGB value is (213,157,195). Sum of RGB (Red+Green+Blue) = 213+157+195=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DC3 is #2A623C. Grayscale: #B1B1B1. Windows color (decimal): -2777661 or 12819925. OLE color: 12819925.

HSL color Cylindrical-coordinate representation of color #D59DC3: hue angle of 319.29º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DC3 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB213157195-
CMYK00.260.080.16
HSL319.29º40%72.55%-
HSV(B)319.29º26.29%83.53%-
XYZ49.3542.257.17-
YUV178.08137.55152.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=37.70%
G=27.79%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315719500.260.080.16319.294072.55
HexD59DC301A81013f2849
Octal325235303032102047750111
Binary1101010110011101110000110110101000100001001111111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DC3; }

 p { color: rgb(213,157,195); }

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

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

 a { background-color: rgb(213,157,195); }

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

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

 span { border-color: rgb(213,157,195); }

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