Html Css Color HEX #FD397D Violet Red

📋 copy color: '#FD397D'

red 253 ◦ green 57 ◦ blue 125

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

Shades of Violet Red #FD397D

Tints of Violet Red #FD397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.1%

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 58.16%
G = 13.1%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD397D (or 0xFD397D) is known color: Violet Red. HEX triplet: FD, 39 and 7D. RGB value is (253,57,125). Sum of RGB (Red+Green+Blue) = 253+57+125=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD397D is #02C682. Grayscale: #7B7B7B. Windows color (decimal): -181891 or 8206845. OLE color: 8206845.

HSL color Cylindrical-coordinate representation of color #FD397D: hue angle of 339.18º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD397D is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 57 125 -
CMYK 0 0.77 0.51 0.01
HSL 339.18º 0.98% 0.61% -
HSV(B) 339.18º 0.77% 0.99% -
XYZ 45.67 25.29 21.88 -
YUV 123.36 128.93 220.47 -
System Red Green Blue C M Y K H S L
Decimal 253 57 125 0 0.77 0.51 0.01 339.18 0.98 0.61
Hex FD 39 7D 0 4D 33 1 153 62 3D
Octal 375 71 175 0 115 63 1 523 142 75
Binary 11111101 111001 1111101 0 1001101 110011 1 101010011 1100010 111101

Color Harmonies of #FD397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD397D

Black with #FD397D

Text Example


Text Example

White with #FD397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD397D; }

 p { color: rgb(253,57,125); }

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

background-color css

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

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

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

border-color css

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

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

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