Html Css Color HEX #D84CBA Fuchsia

📋 copy color: '#D84CBA'

red 216 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #D84CBA

Tints of Fuchsia #D84CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 45.19%
G = 15.9%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D84CBA (or 0xD84CBA) is known color: Fuchsia. HEX triplet: D8, 4C and BA. RGB value is (216,76,186). Sum of RGB (Red+Green+Blue) = 216+76+186=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CBA is #27B345. Grayscale: #828282. Windows color (decimal): -2601798 or 12209368. OLE color: 12209368.

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

Color convert

RGB 216 76 186 -
CMYK 0 0.65 0.14 0.15
HSL 312.86º 0.64% 0.57% -
HSV(B) 312.86º 0.65% 0.85% -
XYZ 39.77 23.31 48.86 -
YUV 130.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 216 76 186 0 0.65 0.14 0.15 312.86 0.64 0.57
Hex D8 4C BA 0 41 E F 139 40 39
Octal 330 114 272 0 101 16 17 471 100 71
Binary 11011000 1001100 10111010 0 1000001 1110 1111 100111001 1000000 111001

Color Harmonies of #D84CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CBA

Black with #D84CBA

Text Example


Text Example

White with #D84CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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