Html Css Color HEX #D044D0 Fuchsia

📋 copy color: '#D044D0'

red 208 ◦ green 68 ◦ blue 208

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

Shades of Fuchsia #D044D0

Tints of Fuchsia #D044D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 42.98%
G = 14.05%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D044D0 (or 0xD044D0) is known color: Fuchsia. HEX triplet: D0, 44 and D0. RGB value is (208,68,208). Sum of RGB (Red+Green+Blue) = 208+68+208=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D044D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044D0 is #2FBB2F. Grayscale: #7D7D7D. Windows color (decimal): -3128112 or 13649104. OLE color: 13649104.

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

Color convert

RGB 208 68 208 -
CMYK 0 0.67 0 0.18
HSL 300º 0.6% 0.54% -
HSV(B) 300º 0.67% 0.82% -
XYZ 39.46 22.1 61.86 -
YUV 125.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 208 68 208 0 0.67 0 0.18 300 0.6 0.54
Hex D0 44 D0 0 43 0 12 12C 3C 36
Octal 320 104 320 0 103 0 22 454 74 66
Binary 11010000 1000100 11010000 0 1000011 0 10010 100101100 111100 110110

Color Harmonies of #D044D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044D0

Black with #D044D0

Text Example


Text Example

White with #D044D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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