Html Css Color HEX #FF4DC4 Razzle Dazzle Rose

📋 copy color: '#FF4DC4'

red 255 ◦ green 77 ◦ blue 196

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

Shades of Razzle Dazzle Rose #FF4DC4

Tints of Razzle Dazzle Rose #FF4DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.12%

R = 48.3%
G = 14.58%
B = 37.12%

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

#FF4DC4 (or 0xFF4DC4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and C4. RGB value is (255,77,196). Sum of RGB (Red+Green+Blue) = 255+77+196=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DC4 is #00B23B. Grayscale: #8F8F8F. Windows color (decimal): -45628 or 12865023. OLE color: 12865023.

HSL color Cylindrical-coordinate representation of color #FF4DC4: hue angle of 319.89º 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 #FF4DC4 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 77 196 -
CMYK 0 0.70 0.23 0
HSL 319.89º 1% 0.65% -
HSV(B) 319.89º 0.7% 1% -
XYZ 53.86 30.55 55.28 -
YUV 143.79 157.47 207.32 -
System Red Green Blue C M Y K H S L
Decimal 255 77 196 0 0.70 0.23 0 319.89 1 0.65
Hex FF 4D C4 0 46 17 0 140 64 41
Octal 377 115 304 0 106 27 0 500 144 101
Binary 11111111 1001101 11000100 0 1000110 10111 0 101000000 1100100 1000001

Color Harmonies of #FF4DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4DC4

Black with #FF4DC4

Text Example


Text Example

White with #FF4DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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