Html Css Color HEX #D09DFC Mauve

📋 copy color: '#D09DFC'

red 208 ◦ green 157 ◦ blue 252

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

Shades of Mauve #D09DFC

Tints of Mauve #D09DFC

RGB

 RED value IS 208 (81.64% from 255) = 33.71%

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

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

R = 33.71%
G = 25.45%
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

#D09DFC (or 0xD09DFC) is known color: Mauve. HEX triplet: D0, 9D and FC. RGB value is (208,157,252). Sum of RGB (Red+Green+Blue) = 208+157+252=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 157 (61.72% from 255 or 25.45% 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 #D09DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09DFC is #2F6203. Grayscale: #B6B6B6. Windows color (decimal): -3105284 or 16555472. OLE color: 16555472.

HSL color Cylindrical-coordinate representation of color #D09DFC: hue angle of 272.21º 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 #D09DFC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 157 252 -
CMYK 0.17 0.38 0 0.01
HSL 272.21º 0.94% 0.8% -
HSV(B) 272.21º 0.38% 0.99% -
XYZ 55.64 44.55 97.76 -
YUV 183.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 208 157 252 0.17 0.38 0 0.01 272.21 0.94 0.8
Hex D0 9D FC 11 26 0 1 110 5E 50
Octal 320 235 374 21 46 0 1 420 136 120
Binary 11010000 10011101 11111100 10001 100110 0 1 100010000 1011110 1010000

Color Harmonies of #D09DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DFC

Black with #D09DFC

Text Example


Text Example

White with #D09DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DFC; }

 p { color: rgb(208,157,252); }

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

background-color css

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

 a { background-color: rgb(208,157,252); }

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

border-color css

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

 span { border-color: rgb(208,157,252); }

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