#FF34D4

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

Shades of Razzle Dazzle Rose #FF34D4

Tints of Razzle Dazzle Rose #FF34D4

Color information

#FF34D4 (or 0xFF34D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 34 and D4. RGB value is (255,52,212). Sum of RGB (Red+Green+Blue) = 255+52+212=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 52 (20.70% from 255 or 10.02% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34D4 is #00CB2B. Grayscale: #828282. Windows color (decimal): -52012 or 13907199. OLE color: 13907199.

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

Color convert

RGB25552212-
CMYK00.800.170
HSL312.71º100%60.2%-
HSV(B)312.71º79.61%100%-
XYZ54.3528.4764.92-
YUV130.94173.75216.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 52 (20.70% from 255) = 10.02%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=49.13%
G=10.02%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555221200.800.170312.7110060.2
HexFF34D4050110139643c
Octal37764324012021047114474
Binary1111111111010011010100010100001000101001110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF34D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF34D4; }

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

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

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

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

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

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

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

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