#FF1DE3

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

Shades of Razzle Dazzle Rose #FF1DE3

Tints of Razzle Dazzle Rose #FF1DE3

Color information

#FF1DE3 (or 0xFF1DE3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 1D and E3. RGB value is (255,29,227). Sum of RGB (Red+Green+Blue) = 255+29+227=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 29 (11.72% from 255 or 5.68% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1DE3 is #00E21C. Grayscale: #767676. Windows color (decimal): -57885 or 14884351. OLE color: 14884351.

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

Color convert

RGB25529227-
CMYK00.890.110
HSL307.43º100%55.69%-
HSV(B)307.43º88.63%100%-
XYZ55.5427.6875.09-
YUV119.15188.87224.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 29 (11.72% from 255) = 5.68%
BLUE value IS 227 (89.06% from 255) = 44.42%
R=49.90%
G=5.68%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552922700.890.110307.4310055.69
HexFF1DE3059B01336438
Octal37735343013113046314470
Binary11111111111011110001101011001101101001100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1DE3; }

 p { color: rgb(255,29,227); }

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

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

 a { background-color: rgb(255,29,227); }

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

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

 span { border-color: rgb(255,29,227); }

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