Html Css Color HEX #D043CC Fuchsia

📋 copy color: '#D043CC'

red 208 ◦ green 67 ◦ blue 204

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

Shades of Fuchsia #D043CC

Tints of Fuchsia #D043CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.99%

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

R = 43.42%
G = 13.99%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D043CC (or 0xD043CC) is known color: Fuchsia. HEX triplet: D0, 43 and CC. RGB value is (208,67,204). Sum of RGB (Red+Green+Blue) = 208+67+204=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D043CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043CC is #2FBC33. Grayscale: #7C7C7C. Windows color (decimal): -3128372 or 13386704. OLE color: 13386704.

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

Color convert

RGB 208 67 204 -
CMYK 0 0.68 0.02 0.18
HSL 301.7º 0.6% 0.54% -
HSV(B) 301.7º 0.68% 0.82% -
XYZ 38.92 21.78 59.28 -
YUV 124.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 208 67 204 0 0.68 0.02 0.18 301.7 0.6 0.54
Hex D0 43 CC 0 44 2 12 12E 3C 36
Octal 320 103 314 0 104 2 22 456 74 66
Binary 11010000 1000011 11001100 0 1000100 10 10010 100101110 111100 110110

Color Harmonies of #D043CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D043CC

Black with #D043CC

Text Example


Text Example

White with #D043CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D043CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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