#FF41DD

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

Shades of Razzle Dazzle Rose #FF41DD

Tints of Razzle Dazzle Rose #FF41DD

Color information

#FF41DD (or 0xFF41DD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 41 and DD. RGB value is (255,65,221). Sum of RGB (Red+Green+Blue) = 255+65+221=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 65 (25.78% from 255 or 12.01% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41DD is #00BE22. Grayscale: #8B8B8B. Windows color (decimal): -48675 or 14500351. OLE color: 14500351.

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

Color convert

RGB25565221-
CMYK00.750.130
HSL310.74º100%62.75%-
HSV(B)310.74º74.51%100%-
XYZ56.1830.2671.29-
YUV139.59173.95210.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.13%
GREEN value IS 65 (25.78% from 255) = 12.01%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=47.13%
G=12.01%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556522100.750.130310.7410062.75
HexFF41DD04BD0137643f
Octal377101335011315046714477
Binary1111111110000011101110101001011110101001101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41DD; }

 p { color: rgb(255,65,221); }

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

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

 a { background-color: rgb(255,65,221); }

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

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

 span { border-color: rgb(255,65,221); }

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