Html Css Color HEX #FD30D4 Razzle Dazzle Rose

📋 copy color: '#FD30D4'

red 253 ◦ green 48 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FD30D4

Tints of Razzle Dazzle Rose #FD30D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.33%

R = 49.32%
G = 9.36%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FD30D4 (or 0xFD30D4) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and D4. RGB value is (253,48,212). Sum of RGB (Red+Green+Blue) = 253+48+212=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30D4 is #02CF2B. Grayscale: #7F7F7F. Windows color (decimal): -184108 or 13906173. OLE color: 13906173.

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

Color convert

RGB 253 48 212 -
CMYK 0 0.81 0.16 0.01
HSL 312º 0.98% 0.59% -
HSV(B) 312º 0.81% 0.99% -
XYZ 53.45 27.75 64.83 -
YUV 127.99 175.42 217.16 -
System Red Green Blue C M Y K H S L
Decimal 253 48 212 0 0.81 0.16 0.01 312 0.98 0.59
Hex FD 30 D4 0 51 10 1 138 62 3B
Octal 375 60 324 0 121 20 1 470 142 73
Binary 11111101 110000 11010100 0 1010001 10000 1 100111000 1100010 111011

Color Harmonies of #FD30D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD30D4

Black with #FD30D4

Text Example


Text Example

White with #FD30D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD30D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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