Html Css Color HEX #D84CBE Fuchsia

📋 copy color: '#D84CBE'

red 216 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #D84CBE

Tints of Fuchsia #D84CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 44.81%
G = 15.77%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D84CBE (or 0xD84CBE) is known color: Fuchsia. HEX triplet: D8, 4C and BE. RGB value is (216,76,190). Sum of RGB (Red+Green+Blue) = 216+76+190=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CBE is #27B341. Grayscale: #828282. Windows color (decimal): -2601794 or 12471512. OLE color: 12471512.

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

Color convert

RGB 216 76 190 -
CMYK 0 0.65 0.12 0.15
HSL 311.14º 0.64% 0.57% -
HSV(B) 311.14º 0.65% 0.85% -
XYZ 40.2 23.49 51.13 -
YUV 130.86 161.38 188.73 -
System Red Green Blue C M Y K H S L
Decimal 216 76 190 0 0.65 0.12 0.15 311.14 0.64 0.57
Hex D8 4C BE 0 41 C F 137 40 39
Octal 330 114 276 0 101 14 17 467 100 71
Binary 11011000 1001100 10111110 0 1000001 1100 1111 100110111 1000000 111001

Color Harmonies of #D84CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CBE

Black with #D84CBE

Text Example


Text Example

White with #D84CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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