Html Css Color HEX #D59FC2 Maverick

📋 copy color: '#D59FC2'

red 213 ◦ green 159 ◦ blue 194

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

Shades of Maverick #D59FC2

Tints of Maverick #D59FC2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.09%

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

R = 37.63%
G = 28.09%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D59FC2 (or 0xD59FC2) is known color: Maverick. HEX triplet: D5, 9F and C2. RGB value is (213,159,194). Sum of RGB (Red+Green+Blue) = 213+159+194=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FC2 is #2A603D. Grayscale: #B3B3B3. Windows color (decimal): -2777150 or 12754901. OLE color: 12754901.

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

Color convert

RGB 213 159 194 -
CMYK 0 0.25 0.09 0.16
HSL 321.11º 0.39% 0.73% -
HSV(B) 321.11º 0.25% 0.84% -
XYZ 49.58 42.84 56.69 -
YUV 179.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 213 159 194 0 0.25 0.09 0.16 321.11 0.39 0.73
Hex D5 9F C2 0 19 9 10 141 27 49
Octal 325 237 302 0 31 11 20 501 47 111
Binary 11010101 10011111 11000010 0 11001 1001 10000 101000001 100111 1001001

Color Harmonies of #D59FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FC2

Black with #D59FC2

Text Example


Text Example

White with #D59FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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