Html Css Color HEX #D842C7 Fuchsia

📋 copy color: '#D842C7'

red 216 ◦ green 66 ◦ blue 199

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

Shades of Fuchsia #D842C7

Tints of Fuchsia #D842C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.37%

R = 44.91%
G = 13.72%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D842C7 (or 0xD842C7) is known color: Fuchsia. HEX triplet: D8, 42 and C7. RGB value is (216,66,199). Sum of RGB (Red+Green+Blue) = 216+66+199=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D842C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842C7 is #27BD38. Grayscale: #7D7D7D. Windows color (decimal): -2604345 or 13058776. OLE color: 13058776.

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

Color convert

RGB 216 66 199 -
CMYK 0 0.69 0.08 0.15
HSL 306.8º 0.66% 0.55% -
HSV(B) 306.8º 0.69% 0.85% -
XYZ 40.58 22.62 56.26 -
YUV 126.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 216 66 199 0 0.69 0.08 0.15 306.8 0.66 0.55
Hex D8 42 C7 0 45 8 F 133 42 37
Octal 330 102 307 0 105 10 17 463 102 67
Binary 11011000 1000010 11000111 0 1000101 1000 1111 100110011 1000010 110111

Color Harmonies of #D842C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D842C7

Black with #D842C7

Text Example


Text Example

White with #D842C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D842C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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