Html Css Color HEX #D297F8 Mauve

📋 copy color: '#D297F8'

red 210 ◦ green 151 ◦ blue 248

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

Shades of Mauve #D297F8

Tints of Mauve #D297F8

RGB

 RED value IS 210 (82.42% from 255) = 34.48%

 GREEN value IS 151 (59.38% from 255) = 24.79%

 BLUE value IS 248 (97.27% from 255) = 40.72%

R = 34.48%
G = 24.79%
B = 40.72%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D297F8 (or 0xD297F8) is known color: Mauve. HEX triplet: D2, 97 and F8. RGB value is (210,151,248). Sum of RGB (Red+Green+Blue) = 210+151+248=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #D297F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297F8 is #2D6807. Grayscale: #B3B3B3. Windows color (decimal): -2975752 or 16291794. OLE color: 16291794.

HSL color Cylindrical-coordinate representation of color #D297F8: hue angle of 276.49º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D297F8 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 151 248 -
CMYK 0.15 0.39 0 0.03
HSL 276.49º 0.87% 0.78% -
HSV(B) 276.49º 0.39% 0.97% -
XYZ 54.59 42.61 94.15 -
YUV 179.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 210 151 248 0.15 0.39 0 0.03 276.49 0.87 0.78
Hex D2 97 F8 F 27 0 3 114 57 4E
Octal 322 227 370 17 47 0 3 424 127 116
Binary 11010010 10010111 11111000 1111 100111 0 11 100010100 1010111 1001110

Color Harmonies of #D297F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297F8

Black with #D297F8

Text Example


Text Example

White with #D297F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297F8; }

 p { color: rgb(210,151,248); }

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

background-color css

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

 a { background-color: rgb(210,151,248); }

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

border-color css

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

 span { border-color: rgb(210,151,248); }

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