Html Css Color HEX #FF47D1 Razzle Dazzle Rose

📋 copy color: '#FF47D1'

red 255 ◦ green 71 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FF47D1

Tints of Razzle Dazzle Rose #FF47D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.07%

R = 47.66%
G = 13.27%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF47D1 (or 0xFF47D1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and D1. RGB value is (255,71,209). Sum of RGB (Red+Green+Blue) = 255+71+209=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 71 (28.12% from 255 or 13.27% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47D1 is #00B82E. Grayscale: #8D8D8D. Windows color (decimal): -47151 or 13715455. OLE color: 13715455.

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

Color convert

RGB 255 71 209 -
CMYK 0 0.72 0.18 0
HSL 315º 1% 0.64% -
HSV(B) 315º 0.72% 1% -
XYZ 55 30.37 63.28 -
YUV 141.75 165.96 208.78 -
System Red Green Blue C M Y K H S L
Decimal 255 71 209 0 0.72 0.18 0 315 1 0.64
Hex FF 47 D1 0 48 12 0 13B 64 40
Octal 377 107 321 0 110 22 0 473 144 100
Binary 11111111 1000111 11010001 0 1001000 10010 0 100111011 1100100 1000000

Color Harmonies of #FF47D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47D1

Black with #FF47D1

Text Example


Text Example

White with #FF47D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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