Html Css Color HEX #D2A5FD Mauve

📋 copy color: '#D2A5FD'

red 210 ◦ green 165 ◦ blue 253

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

Shades of Mauve #D2A5FD

Tints of Mauve #D2A5FD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.27%

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 33.44%
G = 26.27%
B = 40.29%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2A5FD (or 0xD2A5FD) is known color: Mauve. HEX triplet: D2, A5 and FD. RGB value is (210,165,253). Sum of RGB (Red+Green+Blue) = 210+165+253=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2A5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A5FD is #2D5A02. Grayscale: #BCBCBC. Windows color (decimal): -2972163 or 16623058. OLE color: 16623058.

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

Color convert

RGB 210 165 253 -
CMYK 0.17 0.35 0 0.01
HSL 270.68º 0.96% 0.82% -
HSV(B) 270.68º 0.35% 0.99% -
XYZ 57.76 47.7 99.09 -
YUV 188.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 210 165 253 0.17 0.35 0 0.01 270.68 0.96 0.82
Hex D2 A5 FD 11 23 0 1 10F 60 52
Octal 322 245 375 21 43 0 1 417 140 122
Binary 11010010 10100101 11111101 10001 100011 0 1 100001111 1100000 1010010

Color Harmonies of #D2A5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A5FD

Black with #D2A5FD

Text Example


Text Example

White with #D2A5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A5FD; }

 p { color: rgb(210,165,253); }

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

background-color css

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

 a { background-color: rgb(210,165,253); }

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

border-color css

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

 span { border-color: rgb(210,165,253); }

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