Html Css Color HEX #D147CE Fuchsia

📋 copy color: '#D147CE'

red 209 ◦ green 71 ◦ blue 206

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

Shades of Fuchsia #D147CE

Tints of Fuchsia #D147CE

RGB

 RED value IS 209 (82.03% from 255) = 43%

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

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

R = 43%
G = 14.61%
B = 42.39%

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

#D147CE (or 0xD147CE) is known color: Fuchsia. HEX triplet: D1, 47 and CE. RGB value is (209,71,206). Sum of RGB (Red+Green+Blue) = 209+71+206=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D147CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147CE is #2EB831. Grayscale: #7F7F7F. Windows color (decimal): -3061810 or 13518801. OLE color: 13518801.

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

Color convert

RGB 209 71 206 -
CMYK 0 0.66 0.01 0.18
HSL 301.3º 0.6% 0.55% -
HSV(B) 301.3º 0.66% 0.82% -
XYZ 39.69 22.52 60.65 -
YUV 127.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 209 71 206 0 0.66 0.01 0.18 301.3 0.6 0.55
Hex D1 47 CE 0 42 1 12 12D 3C 37
Octal 321 107 316 0 102 1 22 455 74 67
Binary 11010001 1000111 11001110 0 1000010 1 10010 100101101 111100 110111

Color Harmonies of #D147CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D147CE

Black with #D147CE

Text Example


Text Example

White with #D147CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D147CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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