Html Css Color HEX #FD19DD Hot Magenta

📋 copy color: '#FD19DD'

red 253 ◦ green 25 ◦ blue 221

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

Shades of Hot Magenta #FD19DD

Tints of Hot Magenta #FD19DD

RGB

 RED value IS 253 (99.22% from 255) = 50.7%

 GREEN value IS 25 (10.16% from 255) = 5.01%

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

R = 50.7%
G = 5.01%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD19DD (or 0xFD19DD) is known color: Hot Magenta. HEX triplet: FD, 19 and DD. RGB value is (253,25,221). Sum of RGB (Red+Green+Blue) = 253+25+221=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 25 (10.16% from 255 or 5.01% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD19DD is #02E622. Grayscale: #727272. Windows color (decimal): -189987 or 14490109. OLE color: 14490109.

HSL color Cylindrical-coordinate representation of color #FD19DD: hue angle of 308.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD19DD is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 25 221 -
CMYK 0 0.90 0.13 0.01
HSL 308.42º 0.98% 0.55% -
HSV(B) 308.42º 0.9% 0.99% -
XYZ 53.91 26.8 70.74 -
YUV 115.52 187.54 226.06 -
System Red Green Blue C M Y K H S L
Decimal 253 25 221 0 0.90 0.13 0.01 308.42 0.98 0.55
Hex FD 19 DD 0 5A D 1 134 62 37
Octal 375 31 335 0 132 15 1 464 142 67
Binary 11111101 11001 11011101 0 1011010 1101 1 100110100 1100010 110111

Color Harmonies of #FD19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD19DD

Black with #FD19DD

Text Example


Text Example

White with #FD19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD19DD; }

 p { color: rgb(253,25,221); }

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

background-color css

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

 a { background-color: rgb(253,25,221); }

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

border-color css

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

 span { border-color: rgb(253,25,221); }

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