Html Css Color HEX #D59FC7 Maverick

📋 copy color: '#D59FC7'

red 213 ◦ green 159 ◦ blue 199

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

Shades of Maverick #D59FC7

Tints of Maverick #D59FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.85%

R = 37.3%
G = 27.85%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D59FC7 (or 0xD59FC7) is known color: Maverick. HEX triplet: D5, 9F and C7. RGB value is (213,159,199). Sum of RGB (Red+Green+Blue) = 213+159+199=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FC7 is #2A6038. Grayscale: #B3B3B3. Windows color (decimal): -2777145 or 13082581. OLE color: 13082581.

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

Color convert

RGB 213 159 199 -
CMYK 0 0.25 0.07 0.16
HSL 315.56º 0.39% 0.73% -
HSV(B) 315.56º 0.25% 0.84% -
XYZ 50.15 43.07 59.7 -
YUV 179.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 213 159 199 0 0.25 0.07 0.16 315.56 0.39 0.73
Hex D5 9F C7 0 19 7 10 13C 27 49
Octal 325 237 307 0 31 7 20 474 47 111
Binary 11010101 10011111 11000111 0 11001 111 10000 100111100 100111 1001001

Color Harmonies of #D59FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FC7

Black with #D59FC7

Text Example


Text Example

White with #D59FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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