Html Css Color HEX #FD31DB Razzle Dazzle Rose

📋 copy color: '#FD31DB'

red 253 ◦ green 49 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FD31DB

Tints of Razzle Dazzle Rose #FD31DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.4%

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

R = 48.56%
G = 9.4%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD31DB (or 0xFD31DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 31 and DB. RGB value is (253,49,219). Sum of RGB (Red+Green+Blue) = 253+49+219=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 49 (19.53% from 255 or 9.40% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD31DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD31DB is #02CE24. Grayscale: #808080. Windows color (decimal): -183845 or 14365181. OLE color: 14365181.

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

Color convert

RGB 253 49 219 -
CMYK 0 0.81 0.13 0.01
HSL 310º 0.98% 0.59% -
HSV(B) 310º 0.81% 0.99% -
XYZ 54.39 28.19 69.59 -
YUV 129.38 178.59 216.18 -
System Red Green Blue C M Y K H S L
Decimal 253 49 219 0 0.81 0.13 0.01 310 0.98 0.59
Hex FD 31 DB 0 51 D 1 136 62 3B
Octal 375 61 333 0 121 15 1 466 142 73
Binary 11111101 110001 11011011 0 1010001 1101 1 100110110 1100010 111011

Color Harmonies of #FD31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD31DB

Black with #FD31DB

Text Example


Text Example

White with #FD31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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