Html Css Color HEX #D595FF Mauve

📋 copy color: '#D595FF'

red 213 ◦ green 149 ◦ blue 255

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

Shades of Mauve #D595FF

Tints of Mauve #D595FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.15%

 BLUE value IS 255 (100% from 255) = 41.33%

R = 34.52%
G = 24.15%
B = 41.33%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D595FF (or 0xD595FF) is known color: Mauve. HEX triplet: D5, 95 and FF. RGB value is (213,149,255). Sum of RGB (Red+Green+Blue) = 213+149+255=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #D595FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D595FF is #2A6A00. Grayscale: #B3B3B3. Windows color (decimal): -2779649 or 16750037. OLE color: 16750037.

HSL color Cylindrical-coordinate representation of color #D595FF: hue angle of 276.23º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D595FF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 149 255 -
CMYK 0.16 0.42 0 0
HSL 276.23º 1% 0.79% -
HSV(B) 276.23º 0.42% 1% -
XYZ 56.24 42.86 99.92 -
YUV 180.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 213 149 255 0.16 0.42 0 0 276.23 1 0.79
Hex D5 95 FF 10 2A 0 0 114 64 4F
Octal 325 225 377 20 52 0 0 424 144 117
Binary 11010101 10010101 11111111 10000 101010 0 0 100010100 1100100 1001111

Color Harmonies of #D595FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595FF

Black with #D595FF

Text Example


Text Example

White with #D595FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595FF; }

 p { color: rgb(213,149,255); }

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

background-color css

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

 a { background-color: rgb(213,149,255); }

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

border-color css

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

 span { border-color: rgb(213,149,255); }

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