Html Css Color HEX #FE47DD Razzle Dazzle Rose

📋 copy color: '#FE47DD'

red 254 ◦ green 71 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FE47DD

Tints of Razzle Dazzle Rose #FE47DD

RGB

 RED value IS 254 (99.61% from 255) = 46.52%

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 46.52%
G = 13%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE47DD (or 0xFE47DD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and DD. RGB value is (254,71,221). Sum of RGB (Red+Green+Blue) = 254+71+221=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 71 (28.12% from 255 or 13.00% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47DD is #01B822. Grayscale: #8E8E8E. Windows color (decimal): -112675 or 14501886. OLE color: 14501886.

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

Color convert

RGB 254 71 221 -
CMYK 0 0.72 0.13 0.00
HSL 310.82º 0.99% 0.64% -
HSV(B) 310.82º 0.72% 1% -
XYZ 56.18 30.8 71.39 -
YUV 142.82 172.13 207.3 -
System Red Green Blue C M Y K H S L
Decimal 254 71 221 0 0.72 0.13 0.00 310.82 0.99 0.64
Hex FE 47 DD 0 48 D 0 137 63 40
Octal 376 107 335 0 110 15 0 467 143 100
Binary 11111110 1000111 11011101 0 1001000 1101 0 100110111 1100011 1000000

Color Harmonies of #FE47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47DD

Black with #FE47DD

Text Example


Text Example

White with #FE47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47DD; }

 p { color: rgb(254,71,221); }

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

background-color css

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

 a { background-color: rgb(254,71,221); }

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

border-color css

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

 span { border-color: rgb(254,71,221); }

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