Html Css Color HEX #D59FC5 Maverick

📋 copy color: '#D59FC5'

red 213 ◦ green 159 ◦ blue 197

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

Shades of Maverick #D59FC5

Tints of Maverick #D59FC5

RGB

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

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

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

R = 37.43%
G = 27.94%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D59FC5 (or 0xD59FC5) is known color: Maverick. HEX triplet: D5, 9F and C5. RGB value is (213,159,197). Sum of RGB (Red+Green+Blue) = 213+159+197=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FC5 is #2A603A. Grayscale: #B3B3B3. Windows color (decimal): -2777147 or 12951509. OLE color: 12951509.

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

Color convert

RGB 213 159 197 -
CMYK 0 0.25 0.08 0.16
HSL 317.78º 0.39% 0.73% -
HSV(B) 317.78º 0.25% 0.84% -
XYZ 49.92 42.97 58.49 -
YUV 179.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 213 159 197 0 0.25 0.08 0.16 317.78 0.39 0.73
Hex D5 9F C5 0 19 8 10 13E 27 49
Octal 325 237 305 0 31 10 20 476 47 111
Binary 11010101 10011111 11000101 0 11001 1000 10000 100111110 100111 1001001

Color Harmonies of #D59FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FC5

Black with #D59FC5

Text Example


Text Example

White with #D59FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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