Html Css Color HEX #FD30D1 Razzle Dazzle Rose

📋 copy color: '#FD30D1'

red 253 ◦ green 48 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FD30D1

Tints of Razzle Dazzle Rose #FD30D1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.41%

 BLUE value IS 209 (82.03% from 255) = 40.98%

R = 49.61%
G = 9.41%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD30D1 (or 0xFD30D1) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and D1. RGB value is (253,48,209). Sum of RGB (Red+Green+Blue) = 253+48+209=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 48 (19.14% from 255 or 9.41% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30D1 is #02CF2E. Grayscale: #7F7F7F. Windows color (decimal): -184111 or 13709565. OLE color: 13709565.

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

Color convert

RGB 253 48 209 -
CMYK 0 0.81 0.17 0.01
HSL 312.88º 0.98% 0.59% -
HSV(B) 312.88º 0.81% 0.99% -
XYZ 53.07 27.6 62.85 -
YUV 127.65 173.92 217.41 -
System Red Green Blue C M Y K H S L
Decimal 253 48 209 0 0.81 0.17 0.01 312.88 0.98 0.59
Hex FD 30 D1 0 51 11 1 139 62 3B
Octal 375 60 321 0 121 21 1 471 142 73
Binary 11111101 110000 11010001 0 1010001 10001 1 100111001 1100010 111011

Color Harmonies of #FD30D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD30D1

Black with #FD30D1

Text Example


Text Example

White with #FD30D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD30D1; }

 p { color: rgb(253,48,209); }

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

background-color css

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

 a { background-color: rgb(253,48,209); }

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

border-color css

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

 span { border-color: rgb(253,48,209); }

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