Html Css Color HEX #D840C5 Fuchsia

📋 copy color: '#D840C5'

red 216 ◦ green 64 ◦ blue 197

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

Shades of Fuchsia #D840C5

Tints of Fuchsia #D840C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.3%

R = 45.28%
G = 13.42%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D840C5 (or 0xD840C5) is known color: Fuchsia. HEX triplet: D8, 40 and C5. RGB value is (216,64,197). Sum of RGB (Red+Green+Blue) = 216+64+197=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D840C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840C5 is #27BF3A. Grayscale: #7C7C7C. Windows color (decimal): -2604859 or 12927192. OLE color: 12927192.

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

Color convert

RGB 216 64 197 -
CMYK 0 0.70 0.09 0.15
HSL 307.5º 0.66% 0.55% -
HSV(B) 307.5º 0.7% 0.85% -
XYZ 40.23 22.3 55.01 -
YUV 124.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 216 64 197 0 0.70 0.09 0.15 307.5 0.66 0.55
Hex D8 40 C5 0 46 9 F 134 42 37
Octal 330 100 305 0 106 11 17 464 102 67
Binary 11011000 1000000 11000101 0 1000110 1001 1111 100110100 1000010 110111

Color Harmonies of #D840C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D840C5

Black with #D840C5

Text Example


Text Example

White with #D840C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D840C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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