Html Css Color HEX #D59DC1 Maverick

📋 copy color: '#D59DC1'

red 213 ◦ green 157 ◦ blue 193

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

Shades of Maverick #D59DC1

Tints of Maverick #D59DC1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.89%

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

R = 37.83%
G = 27.89%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D59DC1 (or 0xD59DC1) is known color: Maverick. HEX triplet: D5, 9D and C1. RGB value is (213,157,193). Sum of RGB (Red+Green+Blue) = 213+157+193=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DC1 is #2A623E. Grayscale: #B1B1B1. Windows color (decimal): -2777663 or 12688853. OLE color: 12688853.

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

Color convert

RGB 213 157 193 -
CMYK 0 0.26 0.09 0.16
HSL 321.43º 0.4% 0.73% -
HSV(B) 321.43º 0.26% 0.84% -
XYZ 49.12 42.11 55.99 -
YUV 177.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 213 157 193 0 0.26 0.09 0.16 321.43 0.4 0.73
Hex D5 9D C1 0 1A 9 10 141 28 49
Octal 325 235 301 0 32 11 20 501 50 111
Binary 11010101 10011101 11000001 0 11010 1001 10000 101000001 101000 1001001

Color Harmonies of #D59DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DC1

Black with #D59DC1

Text Example


Text Example

White with #D59DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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