Html Css Color HEX #D2B0F2 Mauve

📋 copy color: '#D2B0F2'

red 210 ◦ green 176 ◦ blue 242

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

Shades of Mauve #D2B0F2

Tints of Mauve #D2B0F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.54%

R = 33.44%
G = 28.03%
B = 38.54%

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

#D2B0F2 (or 0xD2B0F2) is known color: Mauve. HEX triplet: D2, B0 and F2. RGB value is (210,176,242). Sum of RGB (Red+Green+Blue) = 210+176+242=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #D2B0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B0F2 is #2D4F0D. Grayscale: #C1C1C1. Windows color (decimal): -2969358 or 15904978. OLE color: 15904978.

HSL color Cylindrical-coordinate representation of color #D2B0F2: hue angle of 270.91º degrees, saturation: 0.72, 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 #D2B0F2 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 176 242 -
CMYK 0.13 0.27 0 0.05
HSL 270.91º 0.72% 0.82% -
HSV(B) 270.91º 0.27% 0.95% -
XYZ 58.13 51.16 90.82 -
YUV 193.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 210 176 242 0.13 0.27 0 0.05 270.91 0.72 0.82
Hex D2 B0 F2 D 1B 0 5 10F 48 52
Octal 322 260 362 15 33 0 5 417 110 122
Binary 11010010 10110000 11110010 1101 11011 0 101 100001111 1001000 1010010

Color Harmonies of #D2B0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B0F2

Black with #D2B0F2

Text Example


Text Example

White with #D2B0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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