#FF34D6

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

Shades of Razzle Dazzle Rose #FF34D6

Tints of Razzle Dazzle Rose #FF34D6

Color information

#FF34D6 (or 0xFF34D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 34 and D6. RGB value is (255,52,214). Sum of RGB (Red+Green+Blue) = 255+52+214=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 52 (20.70% from 255 or 9.98% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34D6 is #00CB29. Grayscale: #828282. Windows color (decimal): -52010 or 14038271. OLE color: 14038271.

HSL color Cylindrical-coordinate representation of color #FF34D6: hue angle of 312.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF34D6 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB25552214-
CMYK00.800.160
HSL312.12º100%60.2%-
HSV(B)312.12º79.61%100%-
XYZ54.6128.5766.26-
YUV131.16174.75216.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 52 (20.70% from 255) = 9.98%
BLUE value IS 214 (83.98% from 255) = 41.07%
R=48.94%
G=9.98%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555221400.800.160312.1210060.2
HexFF34D6050100138643c
Octal37764326012020047014474
Binary1111111111010011010110010100001000001001110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF34D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF34D6; }

 p { color: rgb(255,52,214); }

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

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

 a { background-color: rgb(255,52,214); }

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

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

 span { border-color: rgb(255,52,214); }

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