#D69CC5

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

Shades of Maverick #D69CC5

Tints of Maverick #D69CC5

Color information

#D69CC5 (or 0xD69CC5) is unknown color: approx Maverick. HEX triplet: D6, 9C and C5. RGB value is (214,156,197). Sum of RGB (Red+Green+Blue) = 214+156+197=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CC5 is #29633A. Grayscale: #B1B1B1. Windows color (decimal): -2712379 or 12950742. OLE color: 12950742.

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

Color convert

RGB214156197-
CMYK00.270.080.16
HSL317.59º41.43%72.55%-
HSV(B)317.59º27.1%83.92%-
XYZ49.742.158.33-
YUV178.02138.72153.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 197 (77.34% from 255) = 34.74%
R=37.74%
G=27.51%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415619700.270.080.16317.5941.4372.55
HexD69CC501B81013e2949
Octal326234305033102047651111
Binary1101011010011100110001010110111000100001001111101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CC5; }

 p { color: rgb(214,156,197); }

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

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

 a { background-color: rgb(214,156,197); }

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

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

 span { border-color: rgb(214,156,197); }

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