Html Css Color HEX #D044BC Fuchsia

📋 copy color: '#D044BC'

red 208 ◦ green 68 ◦ blue 188

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

Shades of Fuchsia #D044BC

Tints of Fuchsia #D044BC

RGB

 RED value IS 208 (81.64% from 255) = 44.83%

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

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

R = 44.83%
G = 14.66%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D044BC (or 0xD044BC) is known color: Fuchsia. HEX triplet: D0, 44 and BC. RGB value is (208,68,188). Sum of RGB (Red+Green+Blue) = 208+68+188=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D044BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044BC is #2FBB43. Grayscale: #7B7B7B. Windows color (decimal): -3128132 or 12338384. OLE color: 12338384.

HSL color Cylindrical-coordinate representation of color #D044BC: hue angle of 308.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D044BC is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 188 -
CMYK 0 0.67 0.10 0.18
HSL 308.57º 0.6% 0.54% -
HSV(B) 308.57º 0.67% 0.82% -
XYZ 37.16 21.17 49.71 -
YUV 123.54 164.38 188.24 -
System Red Green Blue C M Y K H S L
Decimal 208 68 188 0 0.67 0.10 0.18 308.57 0.6 0.54
Hex D0 44 BC 0 43 A 12 135 3C 36
Octal 320 104 274 0 103 12 22 465 74 66
Binary 11010000 1000100 10111100 0 1000011 1010 10010 100110101 111100 110110

Color Harmonies of #D044BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044BC

Black with #D044BC

Text Example


Text Example

White with #D044BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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