#FD3D85

Color #FD3D85 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FD3D85

Tints of Violet Red #FD3D85

Color information

#FD3D85 (or 0xFD3D85) is unknown color: approx Violet Red. HEX triplet: FD, 3D and 85. RGB value is (253,61,133). Sum of RGB (Red+Green+Blue) = 253+61+133=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3D85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3D85 is #02C27A. Grayscale: #7E7E7E. Windows color (decimal): -180859 or 8732157. OLE color: 8732157.

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

Color convert

RGB25361133-
CMYK00.760.470.01
HSL337.5º97.96%61.57%-
HSV(B)337.5º75.89%99.22%-
XYZ46.4125.9124.75-
YUV126.62131.61218.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.60%
GREEN value IS 61 (24.22% from 255) = 13.65%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=56.60%
G=13.65%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536113300.760.470.01337.597.9661.57
HexFD3D8504C2F1152623e
Octal37575205011457152214276
Binary11111101111101100001010100110010111111010100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3D85; }

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

 H1.HeaderClassName
 {
   color: #FD3D85;
 }
 .AnyTagClassName
 {
   color: #FD3D85;
 }
</style>
background-color css

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

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

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

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

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

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