Html Css Color HEX #FF337D Violet Red

📋 copy color: '#FF337D'

red 255 ◦ green 51 ◦ blue 125

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

Shades of Violet Red #FF337D

Tints of Violet Red #FF337D

RGB

 RED value IS 255 (100% from 255) = 59.16%

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

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

R = 59.16%
G = 11.83%
B = 29%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF337D (or 0xFF337D) is known color: Violet Red. HEX triplet: FF, 33 and 7D. RGB value is (255,51,125). Sum of RGB (Red+Green+Blue) = 255+51+125=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF337D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF337D is #00CC82. Grayscale: #787878. Windows color (decimal): -52355 or 8205311. OLE color: 8205311.

HSL color Cylindrical-coordinate representation of color #FF337D: hue angle of 338.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF337D is Cyan = 0, Magento = 0.8, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 51 125 -
CMYK 0 0.8 0.51 0
HSL 338.24º 1% 0.6% -
HSV(B) 338.24º 0.8% 1% -
XYZ 46.13 25.11 21.82 -
YUV 120.43 130.59 223.98 -
System Red Green Blue C M Y K H S L
Decimal 255 51 125 0 0.8 0.51 0 338.24 1 0.6
Hex FF 33 7D 0 50 33 0 152 64 3C
Octal 377 63 175 0 120 63 0 522 144 74
Binary 11111111 110011 1111101 0 1010000 110011 0 101010010 1100100 111100

Color Harmonies of #FF337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF337D

Black with #FF337D

Text Example


Text Example

White with #FF337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF337D; }

 p { color: rgb(255,51,125); }

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

background-color css

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

 a { background-color: rgb(255,51,125); }

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

border-color css

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

 span { border-color: rgb(255,51,125); }

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