Html Css Color HEX #D844BC Fuchsia

📋 copy color: '#D844BC'

red 216 ◦ green 68 ◦ blue 188

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

Shades of Fuchsia #D844BC

Tints of Fuchsia #D844BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 45.76%
G = 14.41%
B = 39.83%

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

#D844BC (or 0xD844BC) is known color: Fuchsia. HEX triplet: D8, 44 and BC. RGB value is (216,68,188). Sum of RGB (Red+Green+Blue) = 216+68+188=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D844BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844BC is #27BB43. Grayscale: #7D7D7D. Windows color (decimal): -2603844 or 12338392. OLE color: 12338392.

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

Color convert

RGB 216 68 188 -
CMYK 0 0.69 0.13 0.15
HSL 311.35º 0.65% 0.56% -
HSV(B) 311.35º 0.69% 0.85% -
XYZ 39.46 22.36 49.81 -
YUV 125.93 163.03 192.24 -
System Red Green Blue C M Y K H S L
Decimal 216 68 188 0 0.69 0.13 0.15 311.35 0.65 0.56
Hex D8 44 BC 0 45 D F 137 41 38
Octal 330 104 274 0 105 15 17 467 101 70
Binary 11011000 1000100 10111100 0 1000101 1101 1111 100110111 1000001 111000

Color Harmonies of #D844BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D844BC

Black with #D844BC

Text Example


Text Example

White with #D844BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D844BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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