Html Css Color HEX #FD3385 Violet Red

📋 copy color: '#FD3385'

red 253 ◦ green 51 ◦ blue 133

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

Shades of Violet Red #FD3385

Tints of Violet Red #FD3385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.43%

R = 57.89%
G = 11.67%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD3385 (or 0xFD3385) is known color: Violet Red. HEX triplet: FD, 33 and 85. RGB value is (253,51,133). Sum of RGB (Red+Green+Blue) = 253+51+133=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3385 is #02CC7A. Grayscale: #787878. Windows color (decimal): -183419 or 8729597. OLE color: 8729597.

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

Color convert

RGB 253 51 133 -
CMYK 0 0.80 0.47 0.01
HSL 335.64º 0.98% 0.6% -
HSV(B) 335.64º 0.8% 0.99% -
XYZ 45.93 24.94 24.58 -
YUV 120.75 134.92 222.33 -
System Red Green Blue C M Y K H S L
Decimal 253 51 133 0 0.80 0.47 0.01 335.64 0.98 0.6
Hex FD 33 85 0 50 2F 1 150 62 3C
Octal 375 63 205 0 120 57 1 520 142 74
Binary 11111101 110011 10000101 0 1010000 101111 1 101010000 1100010 111100

Color Harmonies of #FD3385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3385

Black with #FD3385

Text Example


Text Example

White with #FD3385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3385; }

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

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

background-color css

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

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

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

border-color css

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

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

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