Html Css Color HEX #D047CC Fuchsia

📋 copy color: '#D047CC'

red 208 ◦ green 71 ◦ blue 204

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

Shades of Fuchsia #D047CC

Tints of Fuchsia #D047CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.7%

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

R = 43.06%
G = 14.7%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D047CC (or 0xD047CC) is known color: Fuchsia. HEX triplet: D0, 47 and CC. RGB value is (208,71,204). Sum of RGB (Red+Green+Blue) = 208+71+204=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D047CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047CC is #2FB833. Grayscale: #7E7E7E. Windows color (decimal): -3127348 or 13387728. OLE color: 13387728.

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

Color convert

RGB 208 71 204 -
CMYK 0 0.66 0.02 0.18
HSL 301.75º 0.59% 0.55% -
HSV(B) 301.75º 0.66% 0.82% -
XYZ 39.16 22.28 59.36 -
YUV 127.13 171.39 185.69 -
System Red Green Blue C M Y K H S L
Decimal 208 71 204 0 0.66 0.02 0.18 301.75 0.59 0.55
Hex D0 47 CC 0 42 2 12 12E 3B 37
Octal 320 107 314 0 102 2 22 456 73 67
Binary 11010000 1000111 11001100 0 1000010 10 10010 100101110 111011 110111

Color Harmonies of #D047CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047CC

Black with #D047CC

Text Example


Text Example

White with #D047CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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