Html Css Color HEX #FF47DC Razzle Dazzle Rose

📋 copy color: '#FF47DC'

red 255 ◦ green 71 ◦ blue 220

#FF47DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #FF47DC

Tints of Razzle Dazzle Rose #FF47DC

RGB

 RED value IS 255 (100% from 255) = 46.7%

 GREEN value IS 71 (28.13% from 255) = 13%

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 46.7%
G = 13%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF47DC (or 0xFF47DC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and DC. RGB value is (255,71,220). Sum of RGB (Red+Green+Blue) = 255+71+220=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 71 (28.12% from 255 or 13.00% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47DC is #00B823. Grayscale: #8E8E8E. Windows color (decimal): -47140 or 14436351. OLE color: 14436351.

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

Color convert

RGB 255 71 220 -
CMYK 0 0.72 0.14 0
HSL 311.41º 1% 0.64% -
HSV(B) 311.41º 0.72% 1% -
XYZ 56.41 30.93 70.71 -
YUV 143 171.46 207.88 -
System Red Green Blue C M Y K H S L
Decimal 255 71 220 0 0.72 0.14 0 311.41 1 0.64
Hex FF 47 DC 0 48 E 0 137 64 40
Octal 377 107 334 0 110 16 0 467 144 100
Binary 11111111 1000111 11011100 0 1001000 1110 0 100110111 1100100 1000000

Color Harmonies of #FF47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47DC

Black with #FF47DC

Text Example


Text Example

White with #FF47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47DC; }

 p { color: rgb(255,71,220); }

 H1.HeaderClassName
 {
   color: #FF47DC;
 }
 .AnyTagClassName
 {
   color: #FF47DC;
 }
</style>

background-color css

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

 a { background-color: rgb(255,71,220); }

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

border-color css

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

 span { border-color: rgb(255,71,220); }

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