Html Css Color HEX #D84DC3 Fuchsia

📋 copy color: '#D84DC3'

red 216 ◦ green 77 ◦ blue 195

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

Shades of Fuchsia #D84DC3

Tints of Fuchsia #D84DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.96%

R = 44.26%
G = 15.78%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D84DC3 (or 0xD84DC3) is known color: Fuchsia. HEX triplet: D8, 4D and C3. RGB value is (216,77,195). Sum of RGB (Red+Green+Blue) = 216+77+195=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DC3 is #27B23C. Grayscale: #838383. Windows color (decimal): -2601533 or 12799448. OLE color: 12799448.

HSL color Cylindrical-coordinate representation of color #D84DC3: hue angle of 309.06º 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 #D84DC3 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 195 -
CMYK 0 0.64 0.10 0.15
HSL 309.06º 0.64% 0.57% -
HSV(B) 309.06º 0.64% 0.85% -
XYZ 40.82 23.85 54.08 -
YUV 132.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 216 77 195 0 0.64 0.10 0.15 309.06 0.64 0.57
Hex D8 4D C3 0 40 A F 135 40 39
Octal 330 115 303 0 100 12 17 465 100 71
Binary 11011000 1001101 11000011 0 1000000 1010 1111 100110101 1000000 111001

Color Harmonies of #D84DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84DC3

Black with #D84DC3

Text Example


Text Example

White with #D84DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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