Html Css Color HEX #D19DC3 Maverick

📋 copy color: '#D19DC3'

red 209 ◦ green 157 ◦ blue 195

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

Shades of Maverick #D19DC3

Tints of Maverick #D19DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.76%

R = 37.25%
G = 27.99%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D19DC3 (or 0xD19DC3) is known color: Maverick. HEX triplet: D1, 9D and C3. RGB value is (209,157,195). Sum of RGB (Red+Green+Blue) = 209+157+195=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DC3 is #2E623C. Grayscale: #B0B0B0. Windows color (decimal): -3039805 or 12819921. OLE color: 12819921.

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

Color convert

RGB 209 157 195 -
CMYK 0 0.25 0.07 0.18
HSL 316.15º 0.36% 0.72% -
HSV(B) 316.15º 0.25% 0.82% -
XYZ 48.2 41.61 57.12 -
YUV 176.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 209 157 195 0 0.25 0.07 0.18 316.15 0.36 0.72
Hex D1 9D C3 0 19 7 12 13C 24 48
Octal 321 235 303 0 31 7 22 474 44 110
Binary 11010001 10011101 11000011 0 11001 111 10010 100111100 100100 1001000

Color Harmonies of #D19DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DC3

Black with #D19DC3

Text Example


Text Example

White with #D19DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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