Html Css Color HEX #D840C1 Fuchsia

📋 copy color: '#D840C1'

red 216 ◦ green 64 ◦ blue 193

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

Shades of Fuchsia #D840C1

Tints of Fuchsia #D840C1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.53%

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

R = 45.67%
G = 13.53%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D840C1 (or 0xD840C1) is known color: Fuchsia. HEX triplet: D8, 40 and C1. RGB value is (216,64,193). Sum of RGB (Red+Green+Blue) = 216+64+193=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D840C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840C1 is #27BF3E. Grayscale: #7B7B7B. Windows color (decimal): -2604863 or 12665048. OLE color: 12665048.

HSL color Cylindrical-coordinate representation of color #D840C1: hue angle of 309.08º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D840C1 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 193 -
CMYK 0 0.70 0.11 0.15
HSL 309.08º 0.66% 0.55% -
HSV(B) 309.08º 0.7% 0.85% -
XYZ 39.78 22.12 52.62 -
YUV 124.15 166.86 193.51 -
System Red Green Blue C M Y K H S L
Decimal 216 64 193 0 0.70 0.11 0.15 309.08 0.66 0.55
Hex D8 40 C1 0 46 B F 135 42 37
Octal 330 100 301 0 106 13 17 465 102 67
Binary 11011000 1000000 11000001 0 1000110 1011 1111 100110101 1000010 110111

Color Harmonies of #D840C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D840C1

Black with #D840C1

Text Example


Text Example

White with #D840C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D840C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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