Html Css Color HEX #FD00DD Hot Magenta

📋 copy color: '#FD00DD'

red 253 ◦ green 0 ◦ blue 221

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

Shades of Hot Magenta #FD00DD

Tints of Hot Magenta #FD00DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.38%
G = 0%
B = 46.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD00DD (or 0xFD00DD) is known color: Hot Magenta. HEX triplet: FD, 00 and DD. RGB value is (253,0,221). Sum of RGB (Red+Green+Blue) = 253+0+221=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00DD is #02FF22. Grayscale: #646464. Windows color (decimal): -196387 or 14483709. OLE color: 14483709.

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

Color convert

RGB 253 0 221 -
CMYK 0 1 0.13 0.01
HSL 307.59º 1% 0.5% -
HSV(B) 307.59º 1% 0.99% -
XYZ 53.56 26.1 70.62 -
YUV 100.84 195.82 236.53 -
System Red Green Blue C M Y K H S L
Decimal 253 0 221 0 1 0.13 0.01 307.59 1 0.5
Hex FD 0 DD 0 64 D 1 134 64 32
Octal 375 0 335 0 144 15 1 464 144 62
Binary 11111101 0 11011101 0 1100100 1101 1 100110100 1100100 110010

Color Harmonies of #FD00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00DD

Black with #FD00DD

Text Example


Text Example

White with #FD00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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