Html Css Color HEX #D840B7 Fuchsia

📋 copy color: '#D840B7'

red 216 ◦ green 64 ◦ blue 183

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

Shades of Fuchsia #D840B7

Tints of Fuchsia #D840B7

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.82%

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

R = 46.65%
G = 13.82%
B = 39.52%

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

#D840B7 (or 0xD840B7) is known color: Fuchsia. HEX triplet: D8, 40 and B7. RGB value is (216,64,183). Sum of RGB (Red+Green+Blue) = 216+64+183=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D840B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840B7 is #27BF48. Grayscale: #7A7A7A. Windows color (decimal): -2604873 or 12009688. OLE color: 12009688.

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

Color convert

RGB 216 64 183 -
CMYK 0 0.70 0.15 0.15
HSL 313.03º 0.66% 0.55% -
HSV(B) 313.03º 0.7% 0.85% -
XYZ 38.7 21.68 46.95 -
YUV 123.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 216 64 183 0 0.70 0.15 0.15 313.03 0.66 0.55
Hex D8 40 B7 0 46 F F 139 42 37
Octal 330 100 267 0 106 17 17 471 102 67
Binary 11011000 1000000 10110111 0 1000110 1111 1111 100111001 1000010 110111

Color Harmonies of #D840B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D840B7

Black with #D840B7

Text Example


Text Example

White with #D840B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D840B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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