Html Css Color HEX #D595FC Mauve

📋 copy color: '#D595FC'

red 213 ◦ green 149 ◦ blue 252

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

Shades of Mauve #D595FC

Tints of Mauve #D595FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 34.69%
G = 24.27%
B = 41.04%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D595FC (or 0xD595FC) is known color: Mauve. HEX triplet: D5, 95 and FC. RGB value is (213,149,252). Sum of RGB (Red+Green+Blue) = 213+149+252=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #D595FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D595FC is #2A6A03. Grayscale: #B3B3B3. Windows color (decimal): -2779652 or 16553429. OLE color: 16553429.

HSL color Cylindrical-coordinate representation of color #D595FC: hue angle of 277.28º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D595FC is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 149 252 -
CMYK 0.15 0.41 0 0.01
HSL 277.28º 0.94% 0.79% -
HSV(B) 277.28º 0.41% 0.99% -
XYZ 55.76 42.67 97.39 -
YUV 179.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 213 149 252 0.15 0.41 0 0.01 277.28 0.94 0.79
Hex D5 95 FC F 29 0 1 115 5E 4F
Octal 325 225 374 17 51 0 1 425 136 117
Binary 11010101 10010101 11111100 1111 101001 0 1 100010101 1011110 1001111

Color Harmonies of #D595FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595FC

Black with #D595FC

Text Example


Text Example

White with #D595FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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