Html Css Color HEX #D59CFD Mauve

📋 copy color: '#D59CFD'

red 213 ◦ green 156 ◦ blue 253

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

Shades of Mauve #D59CFD

Tints of Mauve #D59CFD

RGB

 RED value IS 213 (83.59% from 255) = 34.24%

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

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

R = 34.24%
G = 25.08%
B = 40.68%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D59CFD (or 0xD59CFD) is known color: Mauve. HEX triplet: D5, 9C and FD. RGB value is (213,156,253). Sum of RGB (Red+Green+Blue) = 213+156+253=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #D59CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CFD is #2A6302. Grayscale: #B7B7B7. Windows color (decimal): -2777859 or 16620757. OLE color: 16620757.

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

Color convert

RGB 213 156 253 -
CMYK 0.16 0.38 0 0.01
HSL 275.26º 0.96% 0.8% -
HSV(B) 275.26º 0.38% 0.99% -
XYZ 57.06 45.01 98.61 -
YUV 184.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 213 156 253 0.16 0.38 0 0.01 275.26 0.96 0.8
Hex D5 9C FD 10 26 0 1 113 60 50
Octal 325 234 375 20 46 0 1 423 140 120
Binary 11010101 10011100 11111101 10000 100110 0 1 100010011 1100000 1010000

Color Harmonies of #D59CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CFD

Black with #D59CFD

Text Example


Text Example

White with #D59CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CFD; }

 p { color: rgb(213,156,253); }

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

background-color css

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

 a { background-color: rgb(213,156,253); }

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

border-color css

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

 span { border-color: rgb(213,156,253); }

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