Html Css Color HEX #D841C5 Fuchsia

📋 copy color: '#D841C5'

red 216 ◦ green 65 ◦ blue 197

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

Shades of Fuchsia #D841C5

Tints of Fuchsia #D841C5

RGB

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

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

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

R = 45.19%
G = 13.6%
B = 41.21%

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

#D841C5 (or 0xD841C5) is known color: Fuchsia. HEX triplet: D8, 41 and C5. RGB value is (216,65,197). Sum of RGB (Red+Green+Blue) = 216+65+197=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D841C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841C5 is #27BE3A. Grayscale: #7C7C7C. Windows color (decimal): -2604603 or 12927448. OLE color: 12927448.

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

Color convert

RGB 216 65 197 -
CMYK 0 0.70 0.09 0.15
HSL 307.55º 0.66% 0.55% -
HSV(B) 307.55º 0.7% 0.85% -
XYZ 40.29 22.41 55.03 -
YUV 125.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 216 65 197 0 0.70 0.09 0.15 307.55 0.66 0.55
Hex D8 41 C5 0 46 9 F 134 42 37
Octal 330 101 305 0 106 11 17 464 102 67
Binary 11011000 1000001 11000101 0 1000110 1001 1111 100110100 1000010 110111

Color Harmonies of #D841C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841C5

Black with #D841C5

Text Example


Text Example

White with #D841C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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