Html Css Color HEX #D850C1 Fuchsia

📋 copy color: '#D850C1'

red 216 ◦ green 80 ◦ blue 193

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

Shades of Fuchsia #D850C1

Tints of Fuchsia #D850C1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.36%

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

R = 44.17%
G = 16.36%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D850C1 (or 0xD850C1) is known color: Fuchsia. HEX triplet: D8, 50 and C1. RGB value is (216,80,193). Sum of RGB (Red+Green+Blue) = 216+80+193=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D850C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850C1 is #27AF3E. Grayscale: #858585. Windows color (decimal): -2600767 or 12669144. OLE color: 12669144.

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

Color convert

RGB 216 80 193 -
CMYK 0 0.63 0.11 0.15
HSL 310.15º 0.64% 0.58% -
HSV(B) 310.15º 0.63% 0.85% -
XYZ 40.81 24.19 52.97 -
YUV 133.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 216 80 193 0 0.63 0.11 0.15 310.15 0.64 0.58
Hex D8 50 C1 0 3F B F 136 40 3A
Octal 330 120 301 0 77 13 17 466 100 72
Binary 11011000 1010000 11000001 0 111111 1011 1111 100110110 1000000 111010

Color Harmonies of #D850C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850C1

Black with #D850C1

Text Example


Text Example

White with #D850C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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