Html Css Color HEX #D2B0F1 Mauve

📋 copy color: '#D2B0F1'

red 210 ◦ green 176 ◦ blue 241

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

Shades of Mauve #D2B0F1

Tints of Mauve #D2B0F1

RGB

 RED value IS 210 (82.42% from 255) = 33.49%

 GREEN value IS 176 (69.14% from 255) = 28.07%

 BLUE value IS 241 (94.53% from 255) = 38.44%

R = 33.49%
G = 28.07%
B = 38.44%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D2B0F1 (or 0xD2B0F1) is known color: Mauve. HEX triplet: D2, B0 and F1. RGB value is (210,176,241). Sum of RGB (Red+Green+Blue) = 210+176+241=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2B0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B0F1 is #2D4F0E. Grayscale: #C1C1C1. Windows color (decimal): -2969359 or 15839442. OLE color: 15839442.

HSL color Cylindrical-coordinate representation of color #D2B0F1: hue angle of 271.38º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2B0F1 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 176 241 -
CMYK 0.13 0.27 0 0.05
HSL 271.38º 0.7% 0.82% -
HSV(B) 271.38º 0.27% 0.95% -
XYZ 57.98 51.1 90.03 -
YUV 193.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 210 176 241 0.13 0.27 0 0.05 271.38 0.7 0.82
Hex D2 B0 F1 D 1B 0 5 10F 46 52
Octal 322 260 361 15 33 0 5 417 106 122
Binary 11010010 10110000 11110001 1101 11011 0 101 100001111 1000110 1010010

Color Harmonies of #D2B0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B0F1

Black with #D2B0F1

Text Example


Text Example

White with #D2B0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B0F1; }

 p { color: rgb(210,176,241); }

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

background-color css

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

 a { background-color: rgb(210,176,241); }

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

border-color css

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

 span { border-color: rgb(210,176,241); }

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