#FF3DC4

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

Shades of Razzle Dazzle Rose #FF3DC4

Tints of Razzle Dazzle Rose #FF3DC4

Color information

#FF3DC4 (or 0xFF3DC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 3D and C4. RGB value is (255,61,196). Sum of RGB (Red+Green+Blue) = 255+61+196=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DC4 is #00C23B. Grayscale: #868686. Windows color (decimal): -49724 or 12860927. OLE color: 12860927.

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

Color convert

RGB25561196-
CMYK00.760.230
HSL318.25º100%61.96%-
HSV(B)318.25º76.08%100%-
XYZ52.8728.5854.95-
YUV134.4162.77214.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 61 (24.22% from 255) = 11.91%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=49.80%
G=11.91%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556119600.760.230318.2510061.96
HexFF3DC404C17013e643e
Octal37775304011427047614476
Binary1111111111110111000100010011001011101001111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3DC4; }

 p { color: rgb(255,61,196); }

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

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

 a { background-color: rgb(255,61,196); }

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

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

 span { border-color: rgb(255,61,196); }

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