Html Css Color HEX #FD37DB Razzle Dazzle Rose

📋 copy color: '#FD37DB'

red 253 ◦ green 55 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FD37DB

Tints of Razzle Dazzle Rose #FD37DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.44%

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

R = 48.01%
G = 10.44%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD37DB (or 0xFD37DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 37 and DB. RGB value is (253,55,219). Sum of RGB (Red+Green+Blue) = 253+55+219=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 55 (21.88% from 255 or 10.44% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD37DB is #02C824. Grayscale: #848484. Windows color (decimal): -182309 or 14366717. OLE color: 14366717.

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

Color convert

RGB 253 55 219 -
CMYK 0 0.78 0.13 0.01
HSL 310.3º 0.98% 0.6% -
HSV(B) 310.3º 0.78% 0.99% -
XYZ 54.66 28.73 69.68 -
YUV 132.9 176.6 213.66 -
System Red Green Blue C M Y K H S L
Decimal 253 55 219 0 0.78 0.13 0.01 310.3 0.98 0.6
Hex FD 37 DB 0 4E D 1 136 62 3C
Octal 375 67 333 0 116 15 1 466 142 74
Binary 11111101 110111 11011011 0 1001110 1101 1 100110110 1100010 111100

Color Harmonies of #FD37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD37DB

Black with #FD37DB

Text Example


Text Example

White with #FD37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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