Html Css Color HEX #D19DC4 Maverick

📋 copy color: '#D19DC4'

red 209 ◦ green 157 ◦ blue 196

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

Shades of Maverick #D19DC4

Tints of Maverick #D19DC4

RGB

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

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

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

R = 37.19%
G = 27.94%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D19DC4 (or 0xD19DC4) is known color: Maverick. HEX triplet: D1, 9D and C4. RGB value is (209,157,196). Sum of RGB (Red+Green+Blue) = 209+157+196=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DC4 is #2E623B. Grayscale: #B0B0B0. Windows color (decimal): -3039804 or 12885457. OLE color: 12885457.

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

Color convert

RGB 209 157 196 -
CMYK 0 0.25 0.06 0.18
HSL 315º 0.36% 0.72% -
HSV(B) 315º 0.25% 0.82% -
XYZ 48.32 41.65 57.72 -
YUV 176.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 209 157 196 0 0.25 0.06 0.18 315 0.36 0.72
Hex D1 9D C4 0 19 6 12 13B 24 48
Octal 321 235 304 0 31 6 22 473 44 110
Binary 11010001 10011101 11000100 0 11001 110 10010 100111011 100100 1001000

Color Harmonies of #D19DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DC4

Black with #D19DC4

Text Example


Text Example

White with #D19DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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