Html Css Color HEX #D84CB6 Fuchsia

📋 copy color: '#D84CB6'

red 216 ◦ green 76 ◦ blue 182

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

Shades of Fuchsia #D84CB6

Tints of Fuchsia #D84CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.4%

R = 45.57%
G = 16.03%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D84CB6 (or 0xD84CB6) is known color: Fuchsia. HEX triplet: D8, 4C and B6. RGB value is (216,76,182). Sum of RGB (Red+Green+Blue) = 216+76+182=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CB6 is #27B349. Grayscale: #818181. Windows color (decimal): -2601802 or 11947224. OLE color: 11947224.

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

Color convert

RGB 216 76 182 -
CMYK 0 0.65 0.16 0.15
HSL 314.57º 0.64% 0.57% -
HSV(B) 314.57º 0.65% 0.85% -
XYZ 39.35 23.15 46.65 -
YUV 129.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 216 76 182 0 0.65 0.16 0.15 314.57 0.64 0.57
Hex D8 4C B6 0 41 10 F 13B 40 39
Octal 330 114 266 0 101 20 17 473 100 71
Binary 11011000 1001100 10110110 0 1000001 10000 1111 100111011 1000000 111001

Color Harmonies of #D84CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CB6

Black with #D84CB6

Text Example


Text Example

White with #D84CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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