Html Css Color HEX #D842C5 Fuchsia

📋 copy color: '#D842C5'

red 216 ◦ green 66 ◦ blue 197

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

Shades of Fuchsia #D842C5

Tints of Fuchsia #D842C5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.78%

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

R = 45.09%
G = 13.78%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D842C5 (or 0xD842C5) is known color: Fuchsia. HEX triplet: D8, 42 and C5. RGB value is (216,66,197). Sum of RGB (Red+Green+Blue) = 216+66+197=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D842C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842C5 is #27BD3A. Grayscale: #7D7D7D. Windows color (decimal): -2604347 or 12927704. OLE color: 12927704.

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

Color convert

RGB 216 66 197 -
CMYK 0 0.69 0.09 0.15
HSL 307.6º 0.66% 0.55% -
HSV(B) 307.6º 0.69% 0.85% -
XYZ 40.35 22.53 55.04 -
YUV 125.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 216 66 197 0 0.69 0.09 0.15 307.6 0.66 0.55
Hex D8 42 C5 0 45 9 F 134 42 37
Octal 330 102 305 0 105 11 17 464 102 67
Binary 11011000 1000010 11000101 0 1000101 1001 1111 100110100 1000010 110111

Color Harmonies of #D842C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D842C5

Black with #D842C5

Text Example


Text Example

White with #D842C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D842C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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