Html Css Color HEX #D840BC Fuchsia

📋 copy color: '#D840BC'

red 216 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #D840BC

Tints of Fuchsia #D840BC

RGB

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

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

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

R = 46.15%
G = 13.68%
B = 40.17%

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

#D840BC (or 0xD840BC) is known color: Fuchsia. HEX triplet: D8, 40 and BC. RGB value is (216,64,188). Sum of RGB (Red+Green+Blue) = 216+64+188=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D840BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840BC is #27BF43. Grayscale: #7B7B7B. Windows color (decimal): -2604868 or 12337368. OLE color: 12337368.

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

Color convert

RGB 216 64 188 -
CMYK 0 0.70 0.13 0.15
HSL 311.05º 0.66% 0.55% -
HSV(B) 311.05º 0.7% 0.85% -
XYZ 39.23 21.9 49.74 -
YUV 123.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 216 64 188 0 0.70 0.13 0.15 311.05 0.66 0.55
Hex D8 40 BC 0 46 D F 137 42 37
Octal 330 100 274 0 106 15 17 467 102 67
Binary 11011000 1000000 10111100 0 1000110 1101 1111 100110111 1000010 110111

Color Harmonies of #D840BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D840BC

Black with #D840BC

Text Example


Text Example

White with #D840BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D840BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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