Html Css Color HEX #D59FC1 Maverick

📋 copy color: '#D59FC1'

red 213 ◦ green 159 ◦ blue 193

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

Shades of Maverick #D59FC1

Tints of Maverick #D59FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.16%

R = 37.7%
G = 28.14%
B = 34.16%

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

#D59FC1 (or 0xD59FC1) is known color: Maverick. HEX triplet: D5, 9F and C1. RGB value is (213,159,193). Sum of RGB (Red+Green+Blue) = 213+159+193=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FC1 is #2A603E. Grayscale: #B2B2B2. Windows color (decimal): -2777151 or 12689365. OLE color: 12689365.

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

Color convert

RGB 213 159 193 -
CMYK 0 0.25 0.09 0.16
HSL 322.22º 0.39% 0.73% -
HSV(B) 322.22º 0.25% 0.84% -
XYZ 49.46 42.79 56.1 -
YUV 179.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 213 159 193 0 0.25 0.09 0.16 322.22 0.39 0.73
Hex D5 9F C1 0 19 9 10 142 27 49
Octal 325 237 301 0 31 11 20 502 47 111
Binary 11010101 10011111 11000001 0 11001 1001 10000 101000010 100111 1001001

Color Harmonies of #D59FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FC1

Black with #D59FC1

Text Example


Text Example

White with #D59FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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