Html Css Color HEX #D59DC2 Maverick

📋 copy color: '#D59DC2'

red 213 ◦ green 157 ◦ blue 194

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

Shades of Maverick #D59DC2

Tints of Maverick #D59DC2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.84%

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

R = 37.77%
G = 27.84%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D59DC2 (or 0xD59DC2) is known color: Maverick. HEX triplet: D5, 9D and C2. RGB value is (213,157,194). Sum of RGB (Red+Green+Blue) = 213+157+194=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DC2 is #2A623D. Grayscale: #B1B1B1. Windows color (decimal): -2777662 or 12754389. OLE color: 12754389.

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

Color convert

RGB 213 157 194 -
CMYK 0 0.26 0.09 0.16
HSL 320.36º 0.4% 0.73% -
HSV(B) 320.36º 0.26% 0.84% -
XYZ 49.24 42.16 56.58 -
YUV 177.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 213 157 194 0 0.26 0.09 0.16 320.36 0.4 0.73
Hex D5 9D C2 0 1A 9 10 140 28 49
Octal 325 235 302 0 32 11 20 500 50 111
Binary 11010101 10011101 11000010 0 11010 1001 10000 101000000 101000 1001001

Color Harmonies of #D59DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DC2

Black with #D59DC2

Text Example


Text Example

White with #D59DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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