Html Css Color HEX #D84CC3 Fuchsia

📋 copy color: '#D84CC3'

red 216 ◦ green 76 ◦ blue 195

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

Shades of Fuchsia #D84CC3

Tints of Fuchsia #D84CC3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.61%

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

R = 44.35%
G = 15.61%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D84CC3 (or 0xD84CC3) is known color: Fuchsia. HEX triplet: D8, 4C and C3. RGB value is (216,76,195). Sum of RGB (Red+Green+Blue) = 216+76+195=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CC3 is #27B33C. Grayscale: #838383. Windows color (decimal): -2601789 or 12799192. OLE color: 12799192.

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

Color convert

RGB 216 76 195 -
CMYK 0 0.65 0.10 0.15
HSL 309º 0.64% 0.57% -
HSV(B) 309º 0.65% 0.85% -
XYZ 40.75 23.71 54.06 -
YUV 131.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 216 76 195 0 0.65 0.10 0.15 309 0.64 0.57
Hex D8 4C C3 0 41 A F 135 40 39
Octal 330 114 303 0 101 12 17 465 100 71
Binary 11011000 1001100 11000011 0 1000001 1010 1111 100110101 1000000 111001

Color Harmonies of #D84CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CC3

Black with #D84CC3

Text Example


Text Example

White with #D84CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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