#FD4DC3

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

Shades of Razzle Dazzle Rose #FD4DC3

Tints of Razzle Dazzle Rose #FD4DC3

Color information

#FD4DC3 (or 0xFD4DC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 4D and C3. RGB value is (253,77,195). Sum of RGB (Red+Green+Blue) = 253+77+195=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4DC3 is #02B23C. Grayscale: #8E8E8E. Windows color (decimal): -176701 or 12799485. OLE color: 12799485.

HSL color Cylindrical-coordinate representation of color #FD4DC3: hue angle of 319.77º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4DC3 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB25377195-
CMYK00.700.230.01
HSL319.77º97.78%64.71%-
HSV(B)319.77º69.57%99.22%-
XYZ53.0130.1354.65-
YUV143.08157.31206.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.19%
GREEN value IS 77 (30.47% from 255) = 14.67%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=48.19%
G=14.67%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537719500.700.230.01319.7797.7864.71
HexFD4DC30461711406241
Octal3751153030106271500142101
Binary111111011001101110000110100011010111110100000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4DC3; }

 p { color: rgb(253,77,195); }

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

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

 a { background-color: rgb(253,77,195); }

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

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

 span { border-color: rgb(253,77,195); }

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