Html Css Color HEX #D19EC2 Maverick

📋 copy color: '#D19EC2'

red 209 ◦ green 158 ◦ blue 194

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

Shades of Maverick #D19EC2

Tints of Maverick #D19EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.58%

R = 37.25%
G = 28.16%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D19EC2 (or 0xD19EC2) is known color: Maverick. HEX triplet: D1, 9E and C2. RGB value is (209,158,194). Sum of RGB (Red+Green+Blue) = 209+158+194=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D19EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19EC2 is #2E613D. Grayscale: #B1B1B1. Windows color (decimal): -3039550 or 12754641. OLE color: 12754641.

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

Color convert

RGB 209 158 194 -
CMYK 0 0.24 0.07 0.18
HSL 317.65º 0.36% 0.72% -
HSV(B) 317.65º 0.24% 0.82% -
XYZ 48.26 41.9 56.58 -
YUV 177.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 209 158 194 0 0.24 0.07 0.18 317.65 0.36 0.72
Hex D1 9E C2 0 18 7 12 13E 24 48
Octal 321 236 302 0 30 7 22 476 44 110
Binary 11010001 10011110 11000010 0 11000 111 10010 100111110 100100 1001000

Color Harmonies of #D19EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19EC2

Black with #D19EC2

Text Example


Text Example

White with #D19EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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