Html Css Color HEX #D841C7 Fuchsia

📋 copy color: '#D841C7'

red 216 ◦ green 65 ◦ blue 199

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

Shades of Fuchsia #D841C7

Tints of Fuchsia #D841C7

RGB

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

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

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

R = 45%
G = 13.54%
B = 41.46%

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

#D841C7 (or 0xD841C7) is known color: Fuchsia. HEX triplet: D8, 41 and C7. RGB value is (216,65,199). Sum of RGB (Red+Green+Blue) = 216+65+199=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D841C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841C7 is #27BE38. Grayscale: #7D7D7D. Windows color (decimal): -2604601 or 13058520. OLE color: 13058520.

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

Color convert

RGB 216 65 199 -
CMYK 0 0.70 0.08 0.15
HSL 306.76º 0.66% 0.55% -
HSV(B) 306.76º 0.7% 0.85% -
XYZ 40.52 22.5 56.24 -
YUV 125.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 216 65 199 0 0.70 0.08 0.15 306.76 0.66 0.55
Hex D8 41 C7 0 46 8 F 133 42 37
Octal 330 101 307 0 106 10 17 463 102 67
Binary 11011000 1000001 11000111 0 1000110 1000 1111 100110011 1000010 110111

Color Harmonies of #D841C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841C7

Black with #D841C7

Text Example


Text Example

White with #D841C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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