Html Css Color HEX #D841C1 Fuchsia

📋 copy color: '#D841C1'

red 216 ◦ green 65 ◦ blue 193

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

Shades of Fuchsia #D841C1

Tints of Fuchsia #D841C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.72%

R = 45.57%
G = 13.71%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D841C1 (or 0xD841C1) is known color: Fuchsia. HEX triplet: D8, 41 and C1. RGB value is (216,65,193). Sum of RGB (Red+Green+Blue) = 216+65+193=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D841C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841C1 is #27BE3E. Grayscale: #7C7C7C. Windows color (decimal): -2604607 or 12665304. OLE color: 12665304.

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

Color convert

RGB 216 65 193 -
CMYK 0 0.70 0.11 0.15
HSL 309.14º 0.66% 0.55% -
HSV(B) 309.14º 0.7% 0.85% -
XYZ 39.83 22.23 52.64 -
YUV 124.74 166.53 193.09 -
System Red Green Blue C M Y K H S L
Decimal 216 65 193 0 0.70 0.11 0.15 309.14 0.66 0.55
Hex D8 41 C1 0 46 B F 135 42 37
Octal 330 101 301 0 106 13 17 465 102 67
Binary 11011000 1000001 11000001 0 1000110 1011 1111 100110101 1000010 110111

Color Harmonies of #D841C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841C1

Black with #D841C1

Text Example


Text Example

White with #D841C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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