Html Css Color HEX #FD33DB Razzle Dazzle Rose

📋 copy color: '#FD33DB'

red 253 ◦ green 51 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FD33DB

Tints of Razzle Dazzle Rose #FD33DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 48.37%
G = 9.75%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD33DB (or 0xFD33DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 33 and DB. RGB value is (253,51,219). Sum of RGB (Red+Green+Blue) = 253+51+219=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 51 (20.31% from 255 or 9.75% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33DB is #02CC24. Grayscale: #828282. Windows color (decimal): -183333 or 14365693. OLE color: 14365693.

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

Color convert

RGB 253 51 219 -
CMYK 0 0.80 0.13 0.01
HSL 310.1º 0.98% 0.6% -
HSV(B) 310.1º 0.8% 0.99% -
XYZ 54.48 28.36 69.62 -
YUV 130.55 177.92 215.34 -
System Red Green Blue C M Y K H S L
Decimal 253 51 219 0 0.80 0.13 0.01 310.1 0.98 0.6
Hex FD 33 DB 0 50 D 1 136 62 3C
Octal 375 63 333 0 120 15 1 466 142 74
Binary 11111101 110011 11011011 0 1010000 1101 1 100110110 1100010 111100

Color Harmonies of #FD33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD33DB

Black with #FD33DB

Text Example


Text Example

White with #FD33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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