Html Css Color HEX #D84CBC Fuchsia

📋 copy color: '#D84CBC'

red 216 ◦ green 76 ◦ blue 188

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

Shades of Fuchsia #D84CBC

Tints of Fuchsia #D84CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.83%

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

R = 45%
G = 15.83%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D84CBC (or 0xD84CBC) is known color: Fuchsia. HEX triplet: D8, 4C and BC. RGB value is (216,76,188). Sum of RGB (Red+Green+Blue) = 216+76+188=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CBC is #27B343. Grayscale: #828282. Windows color (decimal): -2601796 or 12340440. OLE color: 12340440.

HSL color Cylindrical-coordinate representation of color #D84CBC: hue angle of 312º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84CBC is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 76 188 -
CMYK 0 0.65 0.13 0.15
HSL 312º 0.64% 0.57% -
HSV(B) 312º 0.65% 0.85% -
XYZ 39.98 23.4 49.99 -
YUV 130.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 216 76 188 0 0.65 0.13 0.15 312 0.64 0.57
Hex D8 4C BC 0 41 D F 138 40 39
Octal 330 114 274 0 101 15 17 470 100 71
Binary 11011000 1001100 10111100 0 1000001 1101 1111 100111000 1000000 111001

Color Harmonies of #D84CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CBC

Black with #D84CBC

Text Example


Text Example

White with #D84CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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