Html Css Color HEX #D09CFB Mauve

📋 copy color: '#D09CFB'

red 208 ◦ green 156 ◦ blue 251

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

Shades of Mauve #D09CFB

Tints of Mauve #D09CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.81%

R = 33.82%
G = 25.37%
B = 40.81%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D09CFB (or 0xD09CFB) is known color: Mauve. HEX triplet: D0, 9C and FB. RGB value is (208,156,251). Sum of RGB (Red+Green+Blue) = 208+156+251=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #D09CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CFB is #2F6304. Grayscale: #B6B6B6. Windows color (decimal): -3105541 or 16489680. OLE color: 16489680.

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

Color convert

RGB 208 156 251 -
CMYK 0.17 0.38 0 0.02
HSL 272.84º 0.92% 0.8% -
HSV(B) 272.84º 0.38% 0.98% -
XYZ 55.31 44.15 96.87 -
YUV 182.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 208 156 251 0.17 0.38 0 0.02 272.84 0.92 0.8
Hex D0 9C FB 11 26 0 2 111 5C 50
Octal 320 234 373 21 46 0 2 421 134 120
Binary 11010000 10011100 11111011 10001 100110 0 10 100010001 1011100 1010000

Color Harmonies of #D09CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09CFB

Black with #D09CFB

Text Example


Text Example

White with #D09CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09CFB; }

 p { color: rgb(208,156,251); }

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

background-color css

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

 a { background-color: rgb(208,156,251); }

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

border-color css

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

 span { border-color: rgb(208,156,251); }

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