Html Css Color HEX #D844BB Fuchsia

📋 copy color: '#D844BB'

red 216 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #D844BB

Tints of Fuchsia #D844BB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.44%

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

R = 45.86%
G = 14.44%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D844BB (or 0xD844BB) is known color: Fuchsia. HEX triplet: D8, 44 and BB. RGB value is (216,68,187). Sum of RGB (Red+Green+Blue) = 216+68+187=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D844BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844BB is #27BB44. Grayscale: #7D7D7D. Windows color (decimal): -2603845 or 12272856. OLE color: 12272856.

HSL color Cylindrical-coordinate representation of color #D844BB: hue angle of 311.76º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D844BB is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 68 187 -
CMYK 0 0.69 0.13 0.15
HSL 311.76º 0.65% 0.56% -
HSV(B) 311.76º 0.69% 0.85% -
XYZ 39.36 22.32 49.25 -
YUV 125.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 216 68 187 0 0.69 0.13 0.15 311.76 0.65 0.56
Hex D8 44 BB 0 45 D F 138 41 38
Octal 330 104 273 0 105 15 17 470 101 70
Binary 11011000 1000100 10111011 0 1000101 1101 1111 100111000 1000001 111000

Color Harmonies of #D844BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D844BB

Black with #D844BB

Text Example


Text Example

White with #D844BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D844BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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