#D59DC1

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

Shades of Maverick #D59DC1

Tints of Maverick #D59DC1

Color information

#D59DC1 (or 0xD59DC1) is unknown color: approx Maverick. HEX triplet: D5, 9D and C1. RGB value is (213,157,193). Sum of RGB (Red+Green+Blue) = 213+157+193=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DC1 is #2A623E. Grayscale: #B1B1B1. Windows color (decimal): -2777663 or 12688853. OLE color: 12688853.

HSL color Cylindrical-coordinate representation of color #D59DC1: hue angle of 321.43º 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 #D59DC1 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB213157193-
CMYK00.260.090.16
HSL321.43º40%72.55%-
HSV(B)321.43º26.29%83.53%-
XYZ49.1242.1155.99-
YUV177.85136.55153.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=37.83%
G=27.89%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315719300.260.090.16321.434072.55
HexD59DC101A9101412849
Octal325235301032112050150111
Binary1101010110011101110000010110101001100001010000011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DC1; }

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

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

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

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

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

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

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

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