Html Css Color HEX #FE4DDB Razzle Dazzle Rose

📋 copy color: '#FE4DDB'

red 254 ◦ green 77 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE4DDB

Tints of Razzle Dazzle Rose #FE4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14%

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

R = 46.18%
G = 14%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE4DDB (or 0xFE4DDB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4D and DB. RGB value is (254,77,219). Sum of RGB (Red+Green+Blue) = 254+77+219=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 77 (30.47% from 255 or 14% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DDB is #01B224. Grayscale: #919191. Windows color (decimal): -111141 or 14372350. OLE color: 14372350.

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

Color convert

RGB 254 77 219 -
CMYK 0 0.70 0.14 0.00
HSL 311.86º 0.99% 0.65% -
HSV(B) 311.86º 0.7% 1% -
XYZ 56.31 31.49 70.13 -
YUV 146.11 169.14 204.95 -
System Red Green Blue C M Y K H S L
Decimal 254 77 219 0 0.70 0.14 0.00 311.86 0.99 0.65
Hex FE 4D DB 0 46 E 0 138 63 41
Octal 376 115 333 0 106 16 0 470 143 101
Binary 11111110 1001101 11011011 0 1000110 1110 0 100111000 1100011 1000001

Color Harmonies of #FE4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4DDB

Black with #FE4DDB

Text Example


Text Example

White with #FE4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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