Html Css Color HEX #D59FC3 Maverick

📋 copy color: '#D59FC3'

red 213 ◦ green 159 ◦ blue 195

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

Shades of Maverick #D59FC3

Tints of Maverick #D59FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.39%

R = 37.57%
G = 28.04%
B = 34.39%

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

#D59FC3 (or 0xD59FC3) is known color: Maverick. HEX triplet: D5, 9F and C3. RGB value is (213,159,195). Sum of RGB (Red+Green+Blue) = 213+159+195=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FC3 is #2A603C. Grayscale: #B3B3B3. Windows color (decimal): -2777149 or 12820437. OLE color: 12820437.

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

Color convert

RGB 213 159 195 -
CMYK 0 0.25 0.08 0.16
HSL 320º 0.39% 0.73% -
HSV(B) 320º 0.25% 0.84% -
XYZ 49.69 42.88 57.29 -
YUV 179.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 213 159 195 0 0.25 0.08 0.16 320 0.39 0.73
Hex D5 9F C3 0 19 8 10 140 27 49
Octal 325 237 303 0 31 10 20 500 47 111
Binary 11010101 10011111 11000011 0 11001 1000 10000 101000000 100111 1001001

Color Harmonies of #D59FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FC3

Black with #D59FC3

Text Example


Text Example

White with #D59FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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