Html Css Color HEX #D84BBE Fuchsia

📋 copy color: '#D84BBE'

red 216 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #D84BBE

Tints of Fuchsia #D84BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.59%

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

R = 44.91%
G = 15.59%
B = 39.5%

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

#D84BBE (or 0xD84BBE) is known color: Fuchsia. HEX triplet: D8, 4B and BE. RGB value is (216,75,190). Sum of RGB (Red+Green+Blue) = 216+75+190=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84BBE is #27B441. Grayscale: #818181. Windows color (decimal): -2602050 or 12471256. OLE color: 12471256.

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

Color convert

RGB 216 75 190 -
CMYK 0 0.65 0.12 0.15
HSL 311.06º 0.64% 0.57% -
HSV(B) 311.06º 0.65% 0.85% -
XYZ 40.13 23.35 51.11 -
YUV 130.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 216 75 190 0 0.65 0.12 0.15 311.06 0.64 0.57
Hex D8 4B BE 0 41 C F 137 40 39
Octal 330 113 276 0 101 14 17 467 100 71
Binary 11011000 1001011 10111110 0 1000001 1100 1111 100110111 1000000 111001

Color Harmonies of #D84BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84BBE

Black with #D84BBE

Text Example


Text Example

White with #D84BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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