Html Css Color HEX #FD33D1 Razzle Dazzle Rose

📋 copy color: '#FD33D1'

red 253 ◦ green 51 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FD33D1

Tints of Razzle Dazzle Rose #FD33D1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.94%

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

R = 49.32%
G = 9.94%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD33D1 (or 0xFD33D1) is known color: Razzle Dazzle Rose. HEX triplet: FD, 33 and D1. RGB value is (253,51,209). Sum of RGB (Red+Green+Blue) = 253+51+209=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33D1 is #02CC2E. Grayscale: #808080. Windows color (decimal): -183343 or 13710333. OLE color: 13710333.

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

Color convert

RGB 253 51 209 -
CMYK 0 0.80 0.17 0.01
HSL 313.07º 0.98% 0.6% -
HSV(B) 313.07º 0.8% 0.99% -
XYZ 53.2 27.85 62.89 -
YUV 129.41 172.92 216.15 -
System Red Green Blue C M Y K H S L
Decimal 253 51 209 0 0.80 0.17 0.01 313.07 0.98 0.6
Hex FD 33 D1 0 50 11 1 139 62 3C
Octal 375 63 321 0 120 21 1 471 142 74
Binary 11111101 110011 11010001 0 1010000 10001 1 100111001 1100010 111100

Color Harmonies of #FD33D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD33D1

Black with #FD33D1

Text Example


Text Example

White with #FD33D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD33D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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