Html Css Color HEX #FD33D3 Razzle Dazzle Rose

📋 copy color: '#FD33D3'

red 253 ◦ green 51 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FD33D3

Tints of Razzle Dazzle Rose #FD33D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.97%

R = 49.13%
G = 9.9%
B = 40.97%

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

#FD33D3 (or 0xFD33D3) is known color: Razzle Dazzle Rose. HEX triplet: FD, 33 and D3. RGB value is (253,51,211). Sum of RGB (Red+Green+Blue) = 253+51+211=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 51 (20.31% from 255 or 9.90% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33D3 is #02CC2C. Grayscale: #818181. Windows color (decimal): -183341 or 13841405. OLE color: 13841405.

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

Color convert

RGB 253 51 211 -
CMYK 0 0.80 0.17 0.01
HSL 312.48º 0.98% 0.6% -
HSV(B) 312.48º 0.8% 0.99% -
XYZ 53.45 27.95 64.21 -
YUV 129.64 173.92 215.99 -
System Red Green Blue C M Y K H S L
Decimal 253 51 211 0 0.80 0.17 0.01 312.48 0.98 0.6
Hex FD 33 D3 0 50 11 1 138 62 3C
Octal 375 63 323 0 120 21 1 470 142 74
Binary 11111101 110011 11010011 0 1010000 10001 1 100111000 1100010 111100

Color Harmonies of #FD33D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD33D3

Black with #FD33D3

Text Example


Text Example

White with #FD33D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD33D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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