Html Css Color HEX #FD30D2 Razzle Dazzle Rose

📋 copy color: '#FD30D2'

red 253 ◦ green 48 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FD30D2

Tints of Razzle Dazzle Rose #FD30D2

RGB

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

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

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

R = 49.51%
G = 9.39%
B = 41.1%

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

#FD30D2 (or 0xFD30D2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and D2. RGB value is (253,48,210). Sum of RGB (Red+Green+Blue) = 253+48+210=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30D2 is #02CF2D. Grayscale: #7F7F7F. Windows color (decimal): -184110 or 13775101. OLE color: 13775101.

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

Color convert

RGB 253 48 210 -
CMYK 0 0.81 0.17 0.01
HSL 312.59º 0.98% 0.59% -
HSV(B) 312.59º 0.81% 0.99% -
XYZ 53.2 27.65 63.51 -
YUV 127.76 174.42 217.33 -
System Red Green Blue C M Y K H S L
Decimal 253 48 210 0 0.81 0.17 0.01 312.59 0.98 0.59
Hex FD 30 D2 0 51 11 1 139 62 3B
Octal 375 60 322 0 121 21 1 471 142 73
Binary 11111101 110000 11010010 0 1010001 10001 1 100111001 1100010 111011

Color Harmonies of #FD30D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD30D2

Black with #FD30D2

Text Example


Text Example

White with #FD30D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD30D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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