#D59CC1

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

Shades of Maverick #D59CC1

Tints of Maverick #D59CC1

Color information

#D59CC1 (or 0xD59CC1) is unknown color: approx Maverick. HEX triplet: D5, 9C and C1. RGB value is (213,156,193). Sum of RGB (Red+Green+Blue) = 213+156+193=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CC1 is #2A633E. Grayscale: #B1B1B1. Windows color (decimal): -2777919 or 12688597. OLE color: 12688597.

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

Color convert

RGB213156193-
CMYK00.270.090.16
HSL321.05º40.43%72.35%-
HSV(B)321.05º26.76%83.53%-
XYZ48.9541.7755.93-
YUV177.26136.88153.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=37.90%
G=27.76%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315619300.270.090.16321.0540.4372.35
HexD59CC101B9101412848
Octal325234301033112050150110
Binary1101010110011100110000010110111001100001010000011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CC1; }

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

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

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

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

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

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

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

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