Html Css Color HEX #D84CC1 Fuchsia

📋 copy color: '#D84CC1'

red 216 ◦ green 76 ◦ blue 193

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

Shades of Fuchsia #D84CC1

Tints of Fuchsia #D84CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 44.54%
G = 15.67%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D84CC1 (or 0xD84CC1) is known color: Fuchsia. HEX triplet: D8, 4C and C1. RGB value is (216,76,193). Sum of RGB (Red+Green+Blue) = 216+76+193=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CC1 is #27B33E. Grayscale: #828282. Windows color (decimal): -2601791 or 12668120. OLE color: 12668120.

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

Color convert

RGB 216 76 193 -
CMYK 0 0.65 0.11 0.15
HSL 309.86º 0.64% 0.57% -
HSV(B) 309.86º 0.65% 0.85% -
XYZ 40.53 23.62 52.87 -
YUV 131.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 216 76 193 0 0.65 0.11 0.15 309.86 0.64 0.57
Hex D8 4C C1 0 41 B F 136 40 39
Octal 330 114 301 0 101 13 17 466 100 71
Binary 11011000 1001100 11000001 0 1000001 1011 1111 100110110 1000000 111001

Color Harmonies of #D84CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CC1

Black with #D84CC1

Text Example


Text Example

White with #D84CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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