Html Css Color HEX #D84BB9 Fuchsia

📋 copy color: '#D84BB9'

red 216 ◦ green 75 ◦ blue 185

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

Shades of Fuchsia #D84BB9

Tints of Fuchsia #D84BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.87%

R = 45.38%
G = 15.76%
B = 38.87%

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

#D84BB9 (or 0xD84BB9) is known color: Fuchsia. HEX triplet: D8, 4B and B9. RGB value is (216,75,185). Sum of RGB (Red+Green+Blue) = 216+75+185=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84BB9 is #27B446. Grayscale: #818181. Windows color (decimal): -2602055 or 12143576. OLE color: 12143576.

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

Color convert

RGB 216 75 185 -
CMYK 0 0.65 0.14 0.15
HSL 313.19º 0.64% 0.57% -
HSV(B) 313.19º 0.65% 0.85% -
XYZ 39.59 23.13 48.28 -
YUV 129.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 216 75 185 0 0.65 0.14 0.15 313.19 0.64 0.57
Hex D8 4B B9 0 41 E F 139 40 39
Octal 330 113 271 0 101 16 17 471 100 71
Binary 11011000 1001011 10111001 0 1000001 1110 1111 100111001 1000000 111001

Color Harmonies of #D84BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84BB9

Black with #D84BB9

Text Example


Text Example

White with #D84BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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