Html Css Color HEX #FE31DB Razzle Dazzle Rose

📋 copy color: '#FE31DB'

red 254 ◦ green 49 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE31DB

Tints of Razzle Dazzle Rose #FE31DB

RGB

 RED value IS 254 (99.61% from 255) = 48.66%

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

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

R = 48.66%
G = 9.39%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE31DB (or 0xFE31DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and DB. RGB value is (254,49,219). Sum of RGB (Red+Green+Blue) = 254+49+219=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 49 (19.53% from 255 or 9.39% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31DB is #01CE24. Grayscale: #818181. Windows color (decimal): -118309 or 14365182. OLE color: 14365182.

HSL color Cylindrical-coordinate representation of color #FE31DB: hue angle of 310.24º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE31DB is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 49 219 -
CMYK 0 0.81 0.14 0.00
HSL 310.24º 0.99% 0.59% -
HSV(B) 310.24º 0.81% 1% -
XYZ 54.76 28.38 69.61 -
YUV 129.68 178.42 216.68 -
System Red Green Blue C M Y K H S L
Decimal 254 49 219 0 0.81 0.14 0.00 310.24 0.99 0.59
Hex FE 31 DB 0 51 E 0 136 63 3B
Octal 376 61 333 0 121 16 0 466 143 73
Binary 11111110 110001 11011011 0 1010001 1110 0 100110110 1100011 111011

Color Harmonies of #FE31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE31DB

Black with #FE31DB

Text Example


Text Example

White with #FE31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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