Html Css Color HEX #FE44DB Razzle Dazzle Rose

📋 copy color: '#FE44DB'

red 254 ◦ green 68 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE44DB

Tints of Razzle Dazzle Rose #FE44DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.57%

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

R = 46.95%
G = 12.57%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE44DB (or 0xFE44DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and DB. RGB value is (254,68,219). Sum of RGB (Red+Green+Blue) = 254+68+219=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 68 (26.95% from 255 or 12.57% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44DB is #01BB24. Grayscale: #8C8C8C. Windows color (decimal): -113445 or 14370046. OLE color: 14370046.

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

Color convert

RGB 254 68 219 -
CMYK 0 0.73 0.14 0.00
HSL 311.29º 0.99% 0.63% -
HSV(B) 311.29º 0.73% 1% -
XYZ 55.73 30.32 69.93 -
YUV 140.83 172.12 208.72 -
System Red Green Blue C M Y K H S L
Decimal 254 68 219 0 0.73 0.14 0.00 311.29 0.99 0.63
Hex FE 44 DB 0 49 E 0 137 63 3F
Octal 376 104 333 0 111 16 0 467 143 77
Binary 11111110 1000100 11011011 0 1001001 1110 0 100110111 1100011 111111

Color Harmonies of #FE44DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE44DB

Black with #FE44DB

Text Example


Text Example

White with #FE44DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE44DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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