Html Css Color HEX #D044CC Fuchsia

📋 copy color: '#D044CC'

red 208 ◦ green 68 ◦ blue 204

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

Shades of Fuchsia #D044CC

Tints of Fuchsia #D044CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 43.33%
G = 14.17%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D044CC (or 0xD044CC) is known color: Fuchsia. HEX triplet: D0, 44 and CC. RGB value is (208,68,204). Sum of RGB (Red+Green+Blue) = 208+68+204=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D044CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044CC is #2FBB33. Grayscale: #7C7C7C. Windows color (decimal): -3128116 or 13386960. OLE color: 13386960.

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

Color convert

RGB 208 68 204 -
CMYK 0 0.67 0.02 0.18
HSL 301.71º 0.6% 0.54% -
HSV(B) 301.71º 0.67% 0.82% -
XYZ 38.98 21.9 59.3 -
YUV 125.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 208 68 204 0 0.67 0.02 0.18 301.71 0.6 0.54
Hex D0 44 CC 0 43 2 12 12E 3C 36
Octal 320 104 314 0 103 2 22 456 74 66
Binary 11010000 1000100 11001100 0 1000011 10 10010 100101110 111100 110110

Color Harmonies of #D044CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044CC

Black with #D044CC

Text Example


Text Example

White with #D044CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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