Html Css Color HEX #FF4DC5 Razzle Dazzle Rose

📋 copy color: '#FF4DC5'

red 255 ◦ green 77 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FF4DC5

Tints of Razzle Dazzle Rose #FF4DC5

RGB

 RED value IS 255 (100% from 255) = 48.2%

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

 BLUE value IS 197 (77.34% from 255) = 37.24%

R = 48.2%
G = 14.56%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF4DC5 (or 0xFF4DC5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and C5. RGB value is (255,77,197). Sum of RGB (Red+Green+Blue) = 255+77+197=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DC5 is #00B23A. Grayscale: #8F8F8F. Windows color (decimal): -45627 or 12930559. OLE color: 12930559.

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

Color convert

RGB 255 77 197 -
CMYK 0 0.70 0.23 0
HSL 319.55º 1% 0.65% -
HSV(B) 319.55º 0.7% 1% -
XYZ 53.97 30.6 55.88 -
YUV 143.9 157.97 207.24 -
System Red Green Blue C M Y K H S L
Decimal 255 77 197 0 0.70 0.23 0 319.55 1 0.65
Hex FF 4D C5 0 46 17 0 140 64 41
Octal 377 115 305 0 106 27 0 500 144 101
Binary 11111111 1001101 11000101 0 1000110 10111 0 101000000 1100100 1000001

Color Harmonies of #FF4DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4DC5

Black with #FF4DC5

Text Example


Text Example

White with #FF4DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4DC5; }

 p { color: rgb(255,77,197); }

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

background-color css

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

 a { background-color: rgb(255,77,197); }

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

border-color css

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

 span { border-color: rgb(255,77,197); }

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