Html Css Color HEX #D19DC1 Maverick

📋 copy color: '#D19DC1'

red 209 ◦ green 157 ◦ blue 193

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

Shades of Maverick #D19DC1

Tints of Maverick #D19DC1

RGB

 RED value IS 209 (82.03% from 255) = 37.39%

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

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

R = 37.39%
G = 28.09%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D19DC1 (or 0xD19DC1) is known color: Maverick. HEX triplet: D1, 9D and C1. RGB value is (209,157,193). Sum of RGB (Red+Green+Blue) = 209+157+193=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DC1 is #2E623E. Grayscale: #B0B0B0. Windows color (decimal): -3039807 or 12688849. OLE color: 12688849.

HSL color Cylindrical-coordinate representation of color #D19DC1: hue angle of 318.46º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19DC1 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 157 193 -
CMYK 0 0.25 0.08 0.18
HSL 318.46º 0.36% 0.72% -
HSV(B) 318.46º 0.25% 0.82% -
XYZ 47.98 41.52 55.94 -
YUV 176.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 209 157 193 0 0.25 0.08 0.18 318.46 0.36 0.72
Hex D1 9D C1 0 19 8 12 13E 24 48
Octal 321 235 301 0 31 10 22 476 44 110
Binary 11010001 10011101 11000001 0 11001 1000 10010 100111110 100100 1001000

Color Harmonies of #D19DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DC1

Black with #D19DC1

Text Example


Text Example

White with #D19DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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