#FD3FD5

Color #FD3FD5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FD3FD5

Tints of Razzle Dazzle Rose #FD3FD5

Color information

#FD3FD5 (or 0xFD3FD5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3F and D5. RGB value is (253,63,213). Sum of RGB (Red+Green+Blue) = 253+63+213=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3FD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3FD5 is #02C02A. Grayscale: #888888. Windows color (decimal): -180267 or 13975549. OLE color: 13975549.

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

Color convert

RGB25363213-
CMYK00.750.160.01
HSL312.63º97.94%61.96%-
HSV(B)312.63º75.1%99.22%-
XYZ54.329.2465.73-
YUV136.91170.95210.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.83%
GREEN value IS 63 (25% from 255) = 11.91%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=47.83%
G=11.91%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536321300.750.160.01312.6397.9461.96
HexFD3FD504B101139623e
Octal37577325011320147114276
Binary1111110111111111010101010010111000011001110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3FD5; }

 p { color: rgb(253,63,213); }

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

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

 a { background-color: rgb(253,63,213); }

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

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

 span { border-color: rgb(253,63,213); }

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