Html Css Color HEX #FF47DE Razzle Dazzle Rose

📋 copy color: '#FF47DE'

red 255 ◦ green 71 ◦ blue 222

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

Shades of Razzle Dazzle Rose #FF47DE

Tints of Razzle Dazzle Rose #FF47DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 46.53%
G = 12.96%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF47DE (or 0xFF47DE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and DE. RGB value is (255,71,222). Sum of RGB (Red+Green+Blue) = 255+71+222=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 71 (28.12% from 255 or 12.96% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47DE is #00B821. Grayscale: #8E8E8E. Windows color (decimal): -47138 or 14567423. OLE color: 14567423.

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

Color convert

RGB 255 71 222 -
CMYK 0 0.72 0.13 0
HSL 310.76º 1% 0.64% -
HSV(B) 310.76º 0.72% 1% -
XYZ 56.68 31.04 72.11 -
YUV 143.23 172.46 207.72 -
System Red Green Blue C M Y K H S L
Decimal 255 71 222 0 0.72 0.13 0 310.76 1 0.64
Hex FF 47 DE 0 48 D 0 137 64 40
Octal 377 107 336 0 110 15 0 467 144 100
Binary 11111111 1000111 11011110 0 1001000 1101 0 100110111 1100100 1000000

Color Harmonies of #FF47DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47DE

Black with #FF47DE

Text Example


Text Example

White with #FF47DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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