Html Css Color HEX #D841C6 Fuchsia

📋 copy color: '#D841C6'

red 216 ◦ green 65 ◦ blue 198

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

Shades of Fuchsia #D841C6

Tints of Fuchsia #D841C6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.57%

 BLUE value IS 198 (77.73% from 255) = 41.34%

R = 45.09%
G = 13.57%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D841C6 (or 0xD841C6) is known color: Fuchsia. HEX triplet: D8, 41 and C6. RGB value is (216,65,198). Sum of RGB (Red+Green+Blue) = 216+65+198=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D841C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841C6 is #27BE39. Grayscale: #7C7C7C. Windows color (decimal): -2604602 or 12992984. OLE color: 12992984.

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

Color convert

RGB 216 65 198 -
CMYK 0 0.70 0.08 0.15
HSL 307.15º 0.66% 0.55% -
HSV(B) 307.15º 0.7% 0.85% -
XYZ 40.4 22.46 55.63 -
YUV 125.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 216 65 198 0 0.70 0.08 0.15 307.15 0.66 0.55
Hex D8 41 C6 0 46 8 F 133 42 37
Octal 330 101 306 0 106 10 17 463 102 67
Binary 11011000 1000001 11000110 0 1000110 1000 1111 100110011 1000010 110111

Color Harmonies of #D841C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841C6

Black with #D841C6

Text Example


Text Example

White with #D841C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841C6; }

 p { color: rgb(216,65,198); }

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

background-color css

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

 a { background-color: rgb(216,65,198); }

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

border-color css

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

 span { border-color: rgb(216,65,198); }

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