Html Css Color HEX #D841BC Fuchsia

📋 copy color: '#D841BC'

red 216 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #D841BC

Tints of Fuchsia #D841BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 46.06%
G = 13.86%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D841BC (or 0xD841BC) is known color: Fuchsia. HEX triplet: D8, 41 and BC. RGB value is (216,65,188). Sum of RGB (Red+Green+Blue) = 216+65+188=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D841BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841BC is #27BE43. Grayscale: #7B7B7B. Windows color (decimal): -2604612 or 12337624. OLE color: 12337624.

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

Color convert

RGB 216 65 188 -
CMYK 0 0.70 0.13 0.15
HSL 311.13º 0.66% 0.55% -
HSV(B) 311.13º 0.7% 0.85% -
XYZ 39.29 22.01 49.75 -
YUV 124.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 216 65 188 0 0.70 0.13 0.15 311.13 0.66 0.55
Hex D8 41 BC 0 46 D F 137 42 37
Octal 330 101 274 0 106 15 17 467 102 67
Binary 11011000 1000001 10111100 0 1000110 1101 1111 100110111 1000010 110111

Color Harmonies of #D841BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841BC

Black with #D841BC

Text Example


Text Example

White with #D841BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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