Html Css Color HEX #D496FF Mauve

📋 copy color: '#D496FF'

red 212 ◦ green 150 ◦ blue 255

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

Shades of Mauve #D496FF

Tints of Mauve #D496FF

RGB

 RED value IS 212 (83.2% from 255) = 34.36%

 GREEN value IS 150 (58.98% from 255) = 24.31%

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

R = 34.36%
G = 24.31%
B = 41.33%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D496FF (or 0xD496FF) is known color: Mauve. HEX triplet: D4, 96 and FF. RGB value is (212,150,255). Sum of RGB (Red+Green+Blue) = 212+150+255=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 150 (58.98% from 255 or 24.31% 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 #D496FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D496FF is #2B6900. Grayscale: #B4B4B4. Windows color (decimal): -2844929 or 16750292. OLE color: 16750292.

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

Color convert

RGB 212 150 255 -
CMYK 0.17 0.41 0 0
HSL 275.43º 1% 0.79% -
HSV(B) 275.43º 0.41% 1% -
XYZ 56.11 43.03 99.96 -
YUV 180.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 212 150 255 0.17 0.41 0 0 275.43 1 0.79
Hex D4 96 FF 11 29 0 0 113 64 4F
Octal 324 226 377 21 51 0 0 423 144 117
Binary 11010100 10010110 11111111 10001 101001 0 0 100010011 1100100 1001111

Color Harmonies of #D496FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D496FF

Black with #D496FF

Text Example


Text Example

White with #D496FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D496FF; }

 p { color: rgb(212,150,255); }

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

background-color css

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

 a { background-color: rgb(212,150,255); }

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

border-color css

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

 span { border-color: rgb(212,150,255); }

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