#FF44CC

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

Shades of Razzle Dazzle Rose #FF44CC

Tints of Razzle Dazzle Rose #FF44CC

Color information

#FF44CC (or 0xFF44CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 44 and CC. RGB value is (255,68,204). Sum of RGB (Red+Green+Blue) = 255+68+204=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF44CC is #00BB33. Grayscale: #8B8B8B. Windows color (decimal): -47924 or 13387007. OLE color: 13387007.

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

Color convert

RGB25568204-
CMYK00.730.20
HSL316.36º100%63.33%-
HSV(B)316.36º73.33%100%-
XYZ54.2129.7560.01-
YUV139.42164.45210.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 68 (26.95% from 255) = 12.90%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=48.39%
G=12.90%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556820400.730.20316.3610063.33
HexFF44CC04914013c643f
Octal377104314011124047414477
Binary11111111100010011001100010010011010001001111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF44CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF44CC; }

 p { color: rgb(255,68,204); }

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

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

 a { background-color: rgb(255,68,204); }

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

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

 span { border-color: rgb(255,68,204); }

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