Html Css Color HEX #D19EC1 Maverick

📋 copy color: '#D19EC1'

red 209 ◦ green 158 ◦ blue 193

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

Shades of Maverick #D19EC1

Tints of Maverick #D19EC1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.21%

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

R = 37.32%
G = 28.21%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D19EC1 (or 0xD19EC1) is known color: Maverick. HEX triplet: D1, 9E and C1. RGB value is (209,158,193). Sum of RGB (Red+Green+Blue) = 209+158+193=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D19EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19EC1 is #2E613E. Grayscale: #B1B1B1. Windows color (decimal): -3039551 or 12689105. OLE color: 12689105.

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

Color convert

RGB 209 158 193 -
CMYK 0 0.24 0.08 0.18
HSL 318.82º 0.36% 0.72% -
HSV(B) 318.82º 0.24% 0.82% -
XYZ 48.15 41.86 55.99 -
YUV 177.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 209 158 193 0 0.24 0.08 0.18 318.82 0.36 0.72
Hex D1 9E C1 0 18 8 12 13F 24 48
Octal 321 236 301 0 30 10 22 477 44 110
Binary 11010001 10011110 11000001 0 11000 1000 10010 100111111 100100 1001000

Color Harmonies of #D19EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19EC1

Black with #D19EC1

Text Example


Text Example

White with #D19EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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