Html Css Color HEX #D851C1 Fuchsia

📋 copy color: '#D851C1'

red 216 ◦ green 81 ◦ blue 193

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

Shades of Fuchsia #D851C1

Tints of Fuchsia #D851C1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.53%

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

R = 44.08%
G = 16.53%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D851C1 (or 0xD851C1) is known color: Fuchsia. HEX triplet: D8, 51 and C1. RGB value is (216,81,193). Sum of RGB (Red+Green+Blue) = 216+81+193=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D851C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851C1 is #27AE3E. Grayscale: #858585. Windows color (decimal): -2600511 or 12669400. OLE color: 12669400.

HSL color Cylindrical-coordinate representation of color #D851C1: hue angle of 310.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D851C1 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 193 -
CMYK 0 0.62 0.11 0.15
HSL 310.22º 0.63% 0.58% -
HSV(B) 310.22º 0.63% 0.85% -
XYZ 40.89 24.33 52.99 -
YUV 134.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 216 81 193 0 0.62 0.11 0.15 310.22 0.63 0.58
Hex D8 51 C1 0 3E B F 136 3F 3A
Octal 330 121 301 0 76 13 17 466 77 72
Binary 11011000 1010001 11000001 0 111110 1011 1111 100110110 111111 111010

Color Harmonies of #D851C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D851C1

Black with #D851C1

Text Example


Text Example

White with #D851C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D851C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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