Html Css Color HEX #D84CC2 Fuchsia

📋 copy color: '#D84CC2'

red 216 ◦ green 76 ◦ blue 194

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

Shades of Fuchsia #D84CC2

Tints of Fuchsia #D84CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 44.44%
G = 15.64%
B = 39.92%

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

#D84CC2 (or 0xD84CC2) is known color: Fuchsia. HEX triplet: D8, 4C and C2. RGB value is (216,76,194). Sum of RGB (Red+Green+Blue) = 216+76+194=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CC2 is #27B33D. Grayscale: #828282. Windows color (decimal): -2601790 or 12733656. OLE color: 12733656.

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

Color convert

RGB 216 76 194 -
CMYK 0 0.65 0.10 0.15
HSL 309.43º 0.64% 0.57% -
HSV(B) 309.43º 0.65% 0.85% -
XYZ 40.64 23.66 53.46 -
YUV 131.31 163.38 188.41 -
System Red Green Blue C M Y K H S L
Decimal 216 76 194 0 0.65 0.10 0.15 309.43 0.64 0.57
Hex D8 4C C2 0 41 A F 135 40 39
Octal 330 114 302 0 101 12 17 465 100 71
Binary 11011000 1001100 11000010 0 1000001 1010 1111 100110101 1000000 111001

Color Harmonies of #D84CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CC2

Black with #D84CC2

Text Example


Text Example

White with #D84CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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