#FF21DC

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

Shades of Razzle Dazzle Rose #FF21DC

Tints of Razzle Dazzle Rose #FF21DC

Color information

#FF21DC (or 0xFF21DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 21 and DC. RGB value is (255,33,220). Sum of RGB (Red+Green+Blue) = 255+33+220=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 33 (13.28% from 255 or 6.50% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF21DC is #00DE23. Grayscale: #787878. Windows color (decimal): -56868 or 14426623. OLE color: 14426623.

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

Color convert

RGB25533220-
CMYK00.870.140
HSL309.46º100%56.47%-
HSV(B)309.46º87.06%100%-
XYZ54.727.5270.14-
YUV120.7184.05223.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.20%
GREEN value IS 33 (13.28% from 255) = 6.50%
BLUE value IS 220 (86.33% from 255) = 43.31%
R=50.20%
G=6.50%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553322000.870.140309.4610056.47
HexFF21DC057E01356438
Octal37741334012716046514470
Binary111111111000011101110001010111111001001101011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF21DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF21DC; }

 p { color: rgb(255,33,220); }

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

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

 a { background-color: rgb(255,33,220); }

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

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

 span { border-color: rgb(255,33,220); }

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