Html Css Color HEX #FF50D3 Razzle Dazzle Rose

📋 copy color: '#FF50D3'

red 255 ◦ green 80 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FF50D3

Tints of Razzle Dazzle Rose #FF50D3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.65%

 BLUE value IS 211 (82.81% from 255) = 38.64%

R = 46.7%
G = 14.65%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF50D3 (or 0xFF50D3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 50 and D3. RGB value is (255,80,211). Sum of RGB (Red+Green+Blue) = 255+80+211=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 80 (31.64% from 255 or 14.65% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50D3 is #00AF2C. Grayscale: #929292. Windows color (decimal): -44845 or 13848831. OLE color: 13848831.

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

Color convert

RGB 255 80 211 -
CMYK 0 0.69 0.17 0
HSL 315.09º 1% 0.66% -
HSV(B) 315.09º 0.69% 1% -
XYZ 55.87 31.7 64.8 -
YUV 147.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 255 80 211 0 0.69 0.17 0 315.09 1 0.66
Hex FF 50 D3 0 45 11 0 13B 64 42
Octal 377 120 323 0 105 21 0 473 144 102
Binary 11111111 1010000 11010011 0 1000101 10001 0 100111011 1100100 1000010

Color Harmonies of #FF50D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50D3

Black with #FF50D3

Text Example


Text Example

White with #FF50D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50D3; }

 p { color: rgb(255,80,211); }

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

background-color css

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

 a { background-color: rgb(255,80,211); }

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

border-color css

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

 span { border-color: rgb(255,80,211); }

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