Html Css Color HEX #FD3ADD Razzle Dazzle Rose

📋 copy color: '#FD3ADD'

red 253 ◦ green 58 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FD3ADD

Tints of Razzle Dazzle Rose #FD3ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.9%

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

R = 47.56%
G = 10.9%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD3ADD (or 0xFD3ADD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3A and DD. RGB value is (253,58,221). Sum of RGB (Red+Green+Blue) = 253+58+221=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 58 (23.05% from 255 or 10.90% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3ADD is #02C522. Grayscale: #868686. Windows color (decimal): -181539 or 14498557. OLE color: 14498557.

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

Color convert

RGB 253 58 221 -
CMYK 0 0.77 0.13 0.01
HSL 309.85º 0.98% 0.61% -
HSV(B) 309.85º 0.77% 0.99% -
XYZ 55.07 29.13 71.13 -
YUV 134.89 176.6 212.25 -
System Red Green Blue C M Y K H S L
Decimal 253 58 221 0 0.77 0.13 0.01 309.85 0.98 0.61
Hex FD 3A DD 0 4D D 1 136 62 3D
Octal 375 72 335 0 115 15 1 466 142 75
Binary 11111101 111010 11011101 0 1001101 1101 1 100110110 1100010 111101

Color Harmonies of #FD3ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3ADD

Black with #FD3ADD

Text Example


Text Example

White with #FD3ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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