Html Css Color HEX #FD97FD Violet

📋 copy color: '#FD97FD'

red 253 ◦ green 151 ◦ blue 253

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

Shades of Violet #FD97FD

Tints of Violet #FD97FD

RGB

 RED value IS 253 (99.22% from 255) = 38.51%

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

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

R = 38.51%
G = 22.98%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FD97FD (or 0xFD97FD) is known color: Violet. HEX triplet: FD, 97 and FD. RGB value is (253,151,253). Sum of RGB (Red+Green+Blue) = 253+151+253=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 151 (59.38% from 255 or 22.98% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD97FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD97FD is #026802. Grayscale: #C0C0C0. Windows color (decimal): -157699 or 16619517. OLE color: 16619517.

HSL color Cylindrical-coordinate representation of color #FD97FD: hue angle of 300º 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 #FD97FD is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 151 253 -
CMYK 0 0.40 0 0.01
HSL 300º 0.96% 0.79% -
HSV(B) 300º 0.4% 0.99% -
XYZ 69.3 50.11 98.95 -
YUV 193.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 253 151 253 0 0.40 0 0.01 300 0.96 0.79
Hex FD 97 FD 0 28 0 1 12C 60 4F
Octal 375 227 375 0 50 0 1 454 140 117
Binary 11111101 10010111 11111101 0 101000 0 1 100101100 1100000 1001111

Color Harmonies of #FD97FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD97FD

Black with #FD97FD

Text Example


Text Example

White with #FD97FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD97FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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