Html Css Color HEX #FD3380 Violet Red

📋 copy color: '#FD3380'

red 253 ◦ green 51 ◦ blue 128

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

Shades of Violet Red #FD3380

Tints of Violet Red #FD3380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.81%

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 58.56%
G = 11.81%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD3380 (or 0xFD3380) is known color: Violet Red. HEX triplet: FD, 33 and 80. RGB value is (253,51,128). Sum of RGB (Red+Green+Blue) = 253+51+128=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3380 is #02CC7F. Grayscale: #787878. Windows color (decimal): -183424 or 8401917. OLE color: 8401917.

HSL color Cylindrical-coordinate representation of color #FD3380: hue angle of 337.13º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD3380 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 51 128 -
CMYK 0 0.80 0.49 0.01
HSL 337.13º 0.98% 0.6% -
HSV(B) 337.13º 0.8% 0.99% -
XYZ 45.59 24.81 22.81 -
YUV 120.18 132.42 222.74 -
System Red Green Blue C M Y K H S L
Decimal 253 51 128 0 0.80 0.49 0.01 337.13 0.98 0.6
Hex FD 33 80 0 50 31 1 151 62 3C
Octal 375 63 200 0 120 61 1 521 142 74
Binary 11111101 110011 10000000 0 1010000 110001 1 101010001 1100010 111100

Color Harmonies of #FD3380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3380

Black with #FD3380

Text Example


Text Example

White with #FD3380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3380; }

 p { color: rgb(253,51,128); }

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

background-color css

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

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

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

border-color css

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

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

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