Html Css Color HEX #D840C2 Fuchsia

📋 copy color: '#D840C2'

red 216 ◦ green 64 ◦ blue 194

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

Shades of Fuchsia #D840C2

Tints of Fuchsia #D840C2

RGB

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

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

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

R = 45.57%
G = 13.5%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D840C2 (or 0xD840C2) is known color: Fuchsia. HEX triplet: D8, 40 and C2. RGB value is (216,64,194). Sum of RGB (Red+Green+Blue) = 216+64+194=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D840C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840C2 is #27BF3D. Grayscale: #7B7B7B. Windows color (decimal): -2604862 or 12730584. OLE color: 12730584.

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

Color convert

RGB 216 64 194 -
CMYK 0 0.70 0.10 0.15
HSL 308.68º 0.66% 0.55% -
HSV(B) 308.68º 0.7% 0.85% -
XYZ 39.89 22.16 53.21 -
YUV 124.27 167.36 193.43 -
System Red Green Blue C M Y K H S L
Decimal 216 64 194 0 0.70 0.10 0.15 308.68 0.66 0.55
Hex D8 40 C2 0 46 A F 135 42 37
Octal 330 100 302 0 106 12 17 465 102 67
Binary 11011000 1000000 11000010 0 1000110 1010 1111 100110101 1000010 110111

Color Harmonies of #D840C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D840C2

Black with #D840C2

Text Example


Text Example

White with #D840C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D840C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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