#FF21CE

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

Shades of Razzle Dazzle Rose #FF21CE

Tints of Razzle Dazzle Rose #FF21CE

Color information

#FF21CE (or 0xFF21CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 21 and CE. RGB value is (255,33,206). Sum of RGB (Red+Green+Blue) = 255+33+206=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF21CE is #00DE31. Grayscale: #767676. Windows color (decimal): -56882 or 13509119. OLE color: 13509119.

HSL color Cylindrical-coordinate representation of color #FF21CE: hue angle of 313.24º 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 #FF21CE is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB25533206-
CMYK00.870.190
HSL313.24º100%56.47%-
HSV(B)313.24º87.06%100%-
XYZ52.9226.860.78-
YUV119.1177.05224.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 33 (13.28% from 255) = 6.68%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=51.62%
G=6.68%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553320600.870.190313.2410056.47
HexFF21CE0571301396438
Octal37741316012723047114470
Binary1111111110000111001110010101111001101001110011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF21CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF21CE; }

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

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

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

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

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

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

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

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