Html Css Color HEX #D898F5 Mauve

📋 copy color: '#D898F5'

red 216 ◦ green 152 ◦ blue 245

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

Shades of Mauve #D898F5

Tints of Mauve #D898F5

RGB

 RED value IS 216 (84.77% from 255) = 35.24%

 GREEN value IS 152 (59.77% from 255) = 24.8%

 BLUE value IS 245 (96.09% from 255) = 39.97%

R = 35.24%
G = 24.8%
B = 39.97%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D898F5 (or 0xD898F5) is known color: Mauve. HEX triplet: D8, 98 and F5. RGB value is (216,152,245). Sum of RGB (Red+Green+Blue) = 216+152+245=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #D898F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D898F5 is #27670A. Grayscale: #B5B5B5. Windows color (decimal): -2582283 or 16095448. OLE color: 16095448.

HSL color Cylindrical-coordinate representation of color #D898F5: hue angle of 281.29º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D898F5 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 152 245 -
CMYK 0.12 0.38 0 0.04
HSL 281.29º 0.82% 0.78% -
HSV(B) 281.29º 0.38% 0.96% -
XYZ 56.03 43.65 91.86 -
YUV 181.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 216 152 245 0.12 0.38 0 0.04 281.29 0.82 0.78
Hex D8 98 F5 C 26 0 4 119 52 4E
Octal 330 230 365 14 46 0 4 431 122 116
Binary 11011000 10011000 11110101 1100 100110 0 100 100011001 1010010 1001110

Color Harmonies of #D898F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D898F5

Black with #D898F5

Text Example


Text Example

White with #D898F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D898F5; }

 p { color: rgb(216,152,245); }

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

background-color css

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

 a { background-color: rgb(216,152,245); }

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

border-color css

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

 span { border-color: rgb(216,152,245); }

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