Html Css Color HEX #D84DC4 Fuchsia

📋 copy color: '#D84DC4'

red 216 ◦ green 77 ◦ blue 196

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

Shades of Fuchsia #D84DC4

Tints of Fuchsia #D84DC4

RGB

 RED value IS 216 (84.77% from 255) = 44.17%

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

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

R = 44.17%
G = 15.75%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D84DC4 (or 0xD84DC4) is known color: Fuchsia. HEX triplet: D8, 4D and C4. RGB value is (216,77,196). Sum of RGB (Red+Green+Blue) = 216+77+196=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DC4 is #27B23B. Grayscale: #838383. Windows color (decimal): -2601532 or 12864984. OLE color: 12864984.

HSL color Cylindrical-coordinate representation of color #D84DC4: hue angle of 308.63º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84DC4 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 196 -
CMYK 0 0.64 0.09 0.15
HSL 308.63º 0.64% 0.57% -
HSV(B) 308.63º 0.64% 0.85% -
XYZ 40.94 23.89 54.68 -
YUV 132.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 216 77 196 0 0.64 0.09 0.15 308.63 0.64 0.57
Hex D8 4D C4 0 40 9 F 135 40 39
Octal 330 115 304 0 100 11 17 465 100 71
Binary 11011000 1001101 11000100 0 1000000 1001 1111 100110101 1000000 111001

Color Harmonies of #D84DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84DC4

Black with #D84DC4

Text Example


Text Example

White with #D84DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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