Html Css Color HEX #FD15DD Hot Magenta

📋 copy color: '#FD15DD'

red 253 ◦ green 21 ◦ blue 221

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

Shades of Hot Magenta #FD15DD

Tints of Hot Magenta #FD15DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.24%

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

R = 51.11%
G = 4.24%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD15DD (or 0xFD15DD) is known color: Hot Magenta. HEX triplet: FD, 15 and DD. RGB value is (253,21,221). Sum of RGB (Red+Green+Blue) = 253+21+221=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD15DD is #02EA22. Grayscale: #707070. Windows color (decimal): -191011 or 14489085. OLE color: 14489085.

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

Color convert

RGB 253 21 221 -
CMYK 0 0.92 0.13 0.01
HSL 308.28º 0.98% 0.54% -
HSV(B) 308.28º 0.92% 0.99% -
XYZ 53.83 26.64 70.71 -
YUV 113.17 188.86 227.74 -
System Red Green Blue C M Y K H S L
Decimal 253 21 221 0 0.92 0.13 0.01 308.28 0.98 0.54
Hex FD 15 DD 0 5C D 1 134 62 36
Octal 375 25 335 0 134 15 1 464 142 66
Binary 11111101 10101 11011101 0 1011100 1101 1 100110100 1100010 110110

Color Harmonies of #FD15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD15DD

Black with #FD15DD

Text Example


Text Example

White with #FD15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD15DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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