Html Css Color HEX #D19CFC Mauve

📋 copy color: '#D19CFC'

red 209 ◦ green 156 ◦ blue 252

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

Shades of Mauve #D19CFC

Tints of Mauve #D19CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.28%

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 33.87%
G = 25.28%
B = 40.84%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D19CFC (or 0xD19CFC) is known color: Mauve. HEX triplet: D1, 9C and FC. RGB value is (209,156,252). Sum of RGB (Red+Green+Blue) = 209+156+252=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #D19CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19CFC is #2E6303. Grayscale: #B6B6B6. Windows color (decimal): -3040004 or 16555217. OLE color: 16555217.

HSL color Cylindrical-coordinate representation of color #D19CFC: hue angle of 273.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D19CFC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 156 252 -
CMYK 0.17 0.38 0 0.01
HSL 273.13º 0.94% 0.8% -
HSV(B) 273.13º 0.38% 0.99% -
XYZ 55.75 44.36 97.72 -
YUV 182.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 209 156 252 0.17 0.38 0 0.01 273.13 0.94 0.8
Hex D1 9C FC 11 26 0 1 111 5E 50
Octal 321 234 374 21 46 0 1 421 136 120
Binary 11010001 10011100 11111100 10001 100110 0 1 100010001 1011110 1010000

Color Harmonies of #D19CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19CFC

Black with #D19CFC

Text Example


Text Example

White with #D19CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19CFC; }

 p { color: rgb(209,156,252); }

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

background-color css

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

 a { background-color: rgb(209,156,252); }

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

border-color css

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

 span { border-color: rgb(209,156,252); }

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