Html Css Color HEX #FD4DB8 Brilliant Rose

📋 copy color: '#FD4DB8'

red 253 ◦ green 77 ◦ blue 184

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

Shades of Brilliant Rose #FD4DB8

Tints of Brilliant Rose #FD4DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 49.22%
G = 14.98%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FD4DB8 (or 0xFD4DB8) is known color: Brilliant Rose. HEX triplet: FD, 4D and B8. RGB value is (253,77,184). Sum of RGB (Red+Green+Blue) = 253+77+184=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4DB8 is #02B247. Grayscale: #8D8D8D. Windows color (decimal): -176712 or 12078589. OLE color: 12078589.

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

Color convert

RGB 253 77 184 -
CMYK 0 0.70 0.27 0.01
HSL 323.52º 0.98% 0.65% -
HSV(B) 323.52º 0.7% 0.99% -
XYZ 51.81 29.65 48.34 -
YUV 141.82 151.81 207.3 -
System Red Green Blue C M Y K H S L
Decimal 253 77 184 0 0.70 0.27 0.01 323.52 0.98 0.65
Hex FD 4D B8 0 46 1B 1 144 62 41
Octal 375 115 270 0 106 33 1 504 142 101
Binary 11111101 1001101 10111000 0 1000110 11011 1 101000100 1100010 1000001

Color Harmonies of #FD4DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4DB8

Black with #FD4DB8

Text Example


Text Example

White with #FD4DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4DB8; }

 p { color: rgb(253,77,184); }

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

background-color css

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

 a { background-color: rgb(253,77,184); }

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

border-color css

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

 span { border-color: rgb(253,77,184); }

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