Html Css Color HEX #D59CC2 Maverick

📋 copy color: '#D59CC2'

red 213 ◦ green 156 ◦ blue 194

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

Shades of Maverick #D59CC2

Tints of Maverick #D59CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.46%

R = 37.83%
G = 27.71%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D59CC2 (or 0xD59CC2) is known color: Maverick. HEX triplet: D5, 9C and C2. RGB value is (213,156,194). Sum of RGB (Red+Green+Blue) = 213+156+194=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CC2 is #2A633D. Grayscale: #B1B1B1. Windows color (decimal): -2777918 or 12754133. OLE color: 12754133.

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

Color convert

RGB 213 156 194 -
CMYK 0 0.27 0.09 0.16
HSL 320º 0.4% 0.72% -
HSV(B) 320º 0.27% 0.84% -
XYZ 49.07 41.82 56.52 -
YUV 177.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 213 156 194 0 0.27 0.09 0.16 320 0.4 0.72
Hex D5 9C C2 0 1B 9 10 140 28 48
Octal 325 234 302 0 33 11 20 500 50 110
Binary 11010101 10011100 11000010 0 11011 1001 10000 101000000 101000 1001000

Color Harmonies of #D59CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CC2

Black with #D59CC2

Text Example


Text Example

White with #D59CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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