Html Css Color HEX #D297FE Mauve

📋 copy color: '#D297FE'

red 210 ◦ green 151 ◦ blue 254

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

Shades of Mauve #D297FE

Tints of Mauve #D297FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 34.15%
G = 24.55%
B = 41.3%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D297FE (or 0xD297FE) is known color: Mauve. HEX triplet: D2, 97 and FE. RGB value is (210,151,254). Sum of RGB (Red+Green+Blue) = 210+151+254=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #D297FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297FE is #2D6801. Grayscale: #B4B4B4. Windows color (decimal): -2975746 or 16685010. OLE color: 16685010.

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

Color convert

RGB 210 151 254 -
CMYK 0.17 0.41 0 0.00
HSL 274.37º 0.98% 0.79% -
HSV(B) 274.37º 0.41% 1% -
XYZ 55.53 42.99 99.14 -
YUV 180.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 210 151 254 0.17 0.41 0 0.00 274.37 0.98 0.79
Hex D2 97 FE 11 29 0 0 112 62 4F
Octal 322 227 376 21 51 0 0 422 142 117
Binary 11010010 10010111 11111110 10001 101001 0 0 100010010 1100010 1001111

Color Harmonies of #D297FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297FE

Black with #D297FE

Text Example


Text Example

White with #D297FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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