Html Css Color HEX #D850C2 Fuchsia

📋 copy color: '#D850C2'

red 216 ◦ green 80 ◦ blue 194

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

Shades of Fuchsia #D850C2

Tints of Fuchsia #D850C2

RGB

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

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

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

R = 44.08%
G = 16.33%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D850C2 (or 0xD850C2) is known color: Fuchsia. HEX triplet: D8, 50 and C2. RGB value is (216,80,194). Sum of RGB (Red+Green+Blue) = 216+80+194=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D850C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850C2 is #27AF3D. Grayscale: #858585. Windows color (decimal): -2600766 or 12734680. OLE color: 12734680.

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

Color convert

RGB 216 80 194 -
CMYK 0 0.63 0.10 0.15
HSL 309.71º 0.64% 0.58% -
HSV(B) 309.71º 0.63% 0.85% -
XYZ 40.93 24.23 53.56 -
YUV 133.66 162.06 186.73 -
System Red Green Blue C M Y K H S L
Decimal 216 80 194 0 0.63 0.10 0.15 309.71 0.64 0.58
Hex D8 50 C2 0 3F A F 136 40 3A
Octal 330 120 302 0 77 12 17 466 100 72
Binary 11011000 1010000 11000010 0 111111 1010 1111 100110110 1000000 111010

Color Harmonies of #D850C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850C2

Black with #D850C2

Text Example


Text Example

White with #D850C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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