#FF47DB

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

Shades of Razzle Dazzle Rose #FF47DB

Tints of Razzle Dazzle Rose #FF47DB

Color information

#FF47DB (or 0xFF47DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 47 and DB. RGB value is (255,71,219). Sum of RGB (Red+Green+Blue) = 255+71+219=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 71 (28.12% from 255 or 13.03% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47DB is #00B824. Grayscale: #8E8E8E. Windows color (decimal): -47141 or 14370815. OLE color: 14370815.

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

Color convert

RGB25571219-
CMYK00.720.140
HSL311.74º100%63.92%-
HSV(B)311.74º72.16%100%-
XYZ56.2830.8870.01-
YUV142.89170.96207.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 71 (28.12% from 255) = 13.03%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=46.79%
G=13.03%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557121900.720.140311.7410063.92
HexFF47DB048E01386440
Octal3771073330110160470144100
Binary11111111100011111011011010010001110010011100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF47DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF47DB; }

 p { color: rgb(255,71,219); }

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

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

 a { background-color: rgb(255,71,219); }

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

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

 span { border-color: rgb(255,71,219); }

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