Html Css Color HEX #D19EC4 Maverick

📋 copy color: '#D19EC4'

red 209 ◦ green 158 ◦ blue 196

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

Shades of Maverick #D19EC4

Tints of Maverick #D19EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.81%

R = 37.12%
G = 28.06%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D19EC4 (or 0xD19EC4) is known color: Maverick. HEX triplet: D1, 9E and C4. RGB value is (209,158,196). Sum of RGB (Red+Green+Blue) = 209+158+196=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D19EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19EC4 is #2E613B. Grayscale: #B1B1B1. Windows color (decimal): -3039548 or 12885713. OLE color: 12885713.

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

Color convert

RGB 209 158 196 -
CMYK 0 0.24 0.06 0.18
HSL 315.29º 0.36% 0.72% -
HSV(B) 315.29º 0.24% 0.82% -
XYZ 48.49 41.99 57.77 -
YUV 177.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 209 158 196 0 0.24 0.06 0.18 315.29 0.36 0.72
Hex D1 9E C4 0 18 6 12 13B 24 48
Octal 321 236 304 0 30 6 22 473 44 110
Binary 11010001 10011110 11000100 0 11000 110 10010 100111011 100100 1001000

Color Harmonies of #D19EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19EC4

Black with #D19EC4

Text Example


Text Example

White with #D19EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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