Html Css Color HEX #FD3AD2 Razzle Dazzle Rose

📋 copy color: '#FD3AD2'

red 253 ◦ green 58 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FD3AD2

Tints of Razzle Dazzle Rose #FD3AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 48.56%
G = 11.13%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD3AD2 (or 0xFD3AD2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3A and D2. RGB value is (253,58,210). Sum of RGB (Red+Green+Blue) = 253+58+210=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3AD2 is #02C52D. Grayscale: #858585. Windows color (decimal): -181550 or 13777661. OLE color: 13777661.

HSL color Cylindrical-coordinate representation of color #FD3AD2: hue angle of 313.23º 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 #FD3AD2 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 58 210 -
CMYK 0 0.77 0.17 0.01
HSL 313.23º 0.98% 0.61% -
HSV(B) 313.23º 0.77% 0.99% -
XYZ 53.65 28.56 63.66 -
YUV 133.63 171.1 213.14 -
System Red Green Blue C M Y K H S L
Decimal 253 58 210 0 0.77 0.17 0.01 313.23 0.98 0.61
Hex FD 3A D2 0 4D 11 1 139 62 3D
Octal 375 72 322 0 115 21 1 471 142 75
Binary 11111101 111010 11010010 0 1001101 10001 1 100111001 1100010 111101

Color Harmonies of #FD3AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3AD2

Black with #FD3AD2

Text Example


Text Example

White with #FD3AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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