Html Css Color HEX #D047CF Fuchsia

📋 copy color: '#D047CF'

red 208 ◦ green 71 ◦ blue 207

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

Shades of Fuchsia #D047CF

Tints of Fuchsia #D047CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 42.8%
G = 14.61%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D047CF (or 0xD047CF) is known color: Fuchsia. HEX triplet: D0, 47 and CF. RGB value is (208,71,207). Sum of RGB (Red+Green+Blue) = 208+71+207=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D047CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047CF is #2FB830. Grayscale: #7F7F7F. Windows color (decimal): -3127345 or 13584336. OLE color: 13584336.

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

Color convert

RGB 208 71 207 -
CMYK 0 0.66 0.00 0.18
HSL 300.44º 0.59% 0.55% -
HSV(B) 300.44º 0.66% 0.82% -
XYZ 39.53 22.42 61.28 -
YUV 127.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 208 71 207 0 0.66 0.00 0.18 300.44 0.59 0.55
Hex D0 47 CF 0 42 0 12 12C 3B 37
Octal 320 107 317 0 102 0 22 454 73 67
Binary 11010000 1000111 11001111 0 1000010 0 10010 100101100 111011 110111

Color Harmonies of #D047CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047CF

Black with #D047CF

Text Example


Text Example

White with #D047CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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