Html Css Color HEX #D097FD Mauve

📋 copy color: '#D097FD'

red 208 ◦ green 151 ◦ blue 253

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

Shades of Mauve #D097FD

Tints of Mauve #D097FD

RGB

 RED value IS 208 (81.64% from 255) = 33.99%

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 33.99%
G = 24.67%
B = 41.34%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D097FD (or 0xD097FD) is known color: Mauve. HEX triplet: D0, 97 and FD. RGB value is (208,151,253). Sum of RGB (Red+Green+Blue) = 208+151+253=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #D097FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097FD is #2F6802. Grayscale: #B3B3B3. Windows color (decimal): -3106819 or 16619472. OLE color: 16619472.

HSL color Cylindrical-coordinate representation of color #D097FD: hue angle of 273.53º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D097FD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 151 253 -
CMYK 0.18 0.40 0 0.01
HSL 273.53º 0.96% 0.79% -
HSV(B) 273.53º 0.4% 0.99% -
XYZ 54.81 42.63 98.27 -
YUV 179.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 208 151 253 0.18 0.40 0 0.01 273.53 0.96 0.79
Hex D0 97 FD 12 28 0 1 112 60 4F
Octal 320 227 375 22 50 0 1 422 140 117
Binary 11010000 10010111 11111101 10010 101000 0 1 100010010 1100000 1001111

Color Harmonies of #D097FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097FD

Black with #D097FD

Text Example


Text Example

White with #D097FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097FD; }

 p { color: rgb(208,151,253); }

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

background-color css

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

 a { background-color: rgb(208,151,253); }

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

border-color css

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

 span { border-color: rgb(208,151,253); }

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