Html Css Color HEX #D840BB Fuchsia

📋 copy color: '#D840BB'

red 216 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #D840BB

Tints of Fuchsia #D840BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 46.25%
G = 13.7%
B = 40.04%

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

#D840BB (or 0xD840BB) is known color: Fuchsia. HEX triplet: D8, 40 and BB. RGB value is (216,64,187). Sum of RGB (Red+Green+Blue) = 216+64+187=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D840BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840BB is #27BF44. Grayscale: #7B7B7B. Windows color (decimal): -2604869 or 12271832. OLE color: 12271832.

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

Color convert

RGB 216 64 187 -
CMYK 0 0.70 0.13 0.15
HSL 311.45º 0.66% 0.55% -
HSV(B) 311.45º 0.7% 0.85% -
XYZ 39.12 21.85 49.17 -
YUV 123.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 216 64 187 0 0.70 0.13 0.15 311.45 0.66 0.55
Hex D8 40 BB 0 46 D F 137 42 37
Octal 330 100 273 0 106 15 17 467 102 67
Binary 11011000 1000000 10111011 0 1000110 1101 1111 100110111 1000010 110111

Color Harmonies of #D840BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D840BB

Black with #D840BB

Text Example


Text Example

White with #D840BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D840BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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