Html Css Color HEX #D047CE Fuchsia

📋 copy color: '#D047CE'

red 208 ◦ green 71 ◦ blue 206

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

Shades of Fuchsia #D047CE

Tints of Fuchsia #D047CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 42.89%
G = 14.64%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D047CE (or 0xD047CE) is known color: Fuchsia. HEX triplet: D0, 47 and CE. RGB value is (208,71,206). Sum of RGB (Red+Green+Blue) = 208+71+206=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D047CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047CE is #2FB831. Grayscale: #7E7E7E. Windows color (decimal): -3127346 or 13518800. OLE color: 13518800.

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

Color convert

RGB 208 71 206 -
CMYK 0 0.66 0.01 0.18
HSL 300.88º 0.59% 0.55% -
HSV(B) 300.88º 0.66% 0.82% -
XYZ 39.41 22.37 60.63 -
YUV 127.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 208 71 206 0 0.66 0.01 0.18 300.88 0.59 0.55
Hex D0 47 CE 0 42 1 12 12D 3B 37
Octal 320 107 316 0 102 1 22 455 73 67
Binary 11010000 1000111 11001110 0 1000010 1 10010 100101101 111011 110111

Color Harmonies of #D047CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047CE

Black with #D047CE

Text Example


Text Example

White with #D047CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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