Html Css Color HEX #D044C6 Fuchsia

📋 copy color: '#D044C6'

red 208 ◦ green 68 ◦ blue 198

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

Shades of Fuchsia #D044C6

Tints of Fuchsia #D044C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.77%

R = 43.88%
G = 14.35%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D044C6 (or 0xD044C6) is known color: Fuchsia. HEX triplet: D0, 44 and C6. RGB value is (208,68,198). Sum of RGB (Red+Green+Blue) = 208+68+198=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D044C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044C6 is #2FBB39. Grayscale: #7C7C7C. Windows color (decimal): -3128122 or 12993744. OLE color: 12993744.

HSL color Cylindrical-coordinate representation of color #D044C6: hue angle of 304.29º 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 #D044C6 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 198 -
CMYK 0 0.67 0.05 0.18
HSL 304.29º 0.6% 0.54% -
HSV(B) 304.29º 0.67% 0.82% -
XYZ 38.27 21.62 55.58 -
YUV 124.68 169.38 187.43 -
System Red Green Blue C M Y K H S L
Decimal 208 68 198 0 0.67 0.05 0.18 304.29 0.6 0.54
Hex D0 44 C6 0 43 5 12 130 3C 36
Octal 320 104 306 0 103 5 22 460 74 66
Binary 11010000 1000100 11000110 0 1000011 101 10010 100110000 111100 110110

Color Harmonies of #D044C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044C6

Black with #D044C6

Text Example


Text Example

White with #D044C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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