Html Css Color HEX #D841B7 Fuchsia

📋 copy color: '#D841B7'

red 216 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #D841B7

Tints of Fuchsia #D841B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.44%

R = 46.55%
G = 14.01%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D841B7 (or 0xD841B7) is known color: Fuchsia. HEX triplet: D8, 41 and B7. RGB value is (216,65,183). Sum of RGB (Red+Green+Blue) = 216+65+183=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D841B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841B7 is #27BE48. Grayscale: #7B7B7B. Windows color (decimal): -2604617 or 12009944. OLE color: 12009944.

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

Color convert

RGB 216 65 183 -
CMYK 0 0.70 0.15 0.15
HSL 313.11º 0.66% 0.55% -
HSV(B) 313.11º 0.7% 0.85% -
XYZ 38.76 21.8 46.96 -
YUV 123.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 216 65 183 0 0.70 0.15 0.15 313.11 0.66 0.55
Hex D8 41 B7 0 46 F F 139 42 37
Octal 330 101 267 0 106 17 17 471 102 67
Binary 11011000 1000001 10110111 0 1000110 1111 1111 100111001 1000010 110111

Color Harmonies of #D841B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841B7

Black with #D841B7

Text Example


Text Example

White with #D841B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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