Html Css Color HEX #D59CC5 Maverick

📋 copy color: '#D59CC5'

red 213 ◦ green 156 ◦ blue 197

#D59CC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #D59CC5

Tints of Maverick #D59CC5

RGB

 RED value IS 213 (83.59% from 255) = 37.63%

 GREEN value IS 156 (61.33% from 255) = 27.56%

 BLUE value IS 197 (77.34% from 255) = 34.81%

R = 37.63%
G = 27.56%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D59CC5 (or 0xD59CC5) is known color: Maverick. HEX triplet: D5, 9C and C5. RGB value is (213,156,197). Sum of RGB (Red+Green+Blue) = 213+156+197=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CC5 is #2A633A. Grayscale: #B1B1B1. Windows color (decimal): -2777915 or 12950741. OLE color: 12950741.

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

Color convert

RGB 213 156 197 -
CMYK 0 0.27 0.08 0.16
HSL 316.84º 0.4% 0.72% -
HSV(B) 316.84º 0.27% 0.84% -
XYZ 49.41 41.95 58.32 -
YUV 177.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 213 156 197 0 0.27 0.08 0.16 316.84 0.4 0.72
Hex D5 9C C5 0 1B 8 10 13D 28 48
Octal 325 234 305 0 33 10 20 475 50 110
Binary 11010101 10011100 11000101 0 11011 1000 10000 100111101 101000 1001000

Color Harmonies of #D59CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CC5

Black with #D59CC5

Text Example


Text Example

White with #D59CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CC5; }

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

 H1.HeaderClassName
 {
   color: #D59CC5;
 }
 .AnyTagClassName
 {
   color: #D59CC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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