Html Css Color HEX #D84CBB Fuchsia

📋 copy color: '#D84CBB'

red 216 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #D84CBB

Tints of Fuchsia #D84CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 45.09%
G = 15.87%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D84CBB (or 0xD84CBB) is known color: Fuchsia. HEX triplet: D8, 4C and BB. RGB value is (216,76,187). Sum of RGB (Red+Green+Blue) = 216+76+187=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CBB is #27B344. Grayscale: #828282. Windows color (decimal): -2601797 or 12274904. OLE color: 12274904.

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

Color convert

RGB 216 76 187 -
CMYK 0 0.65 0.13 0.15
HSL 312.43º 0.64% 0.57% -
HSV(B) 312.43º 0.65% 0.85% -
XYZ 39.87 23.36 49.42 -
YUV 130.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 216 76 187 0 0.65 0.13 0.15 312.43 0.64 0.57
Hex D8 4C BB 0 41 D F 138 40 39
Octal 330 114 273 0 101 15 17 470 100 71
Binary 11011000 1001100 10111011 0 1000001 1101 1111 100111000 1000000 111001

Color Harmonies of #D84CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CBB

Black with #D84CBB

Text Example


Text Example

White with #D84CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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