Html Css Color HEX #D146CE Fuchsia

📋 copy color: '#D146CE'

red 209 ◦ green 70 ◦ blue 206

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

Shades of Fuchsia #D146CE

Tints of Fuchsia #D146CE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.43%

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

R = 43.09%
G = 14.43%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D146CE (or 0xD146CE) is known color: Fuchsia. HEX triplet: D1, 46 and CE. RGB value is (209,70,206). Sum of RGB (Red+Green+Blue) = 209+70+206=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D146CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D146CE is #2EB931. Grayscale: #7E7E7E. Windows color (decimal): -3062066 or 13518545. OLE color: 13518545.

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

Color convert

RGB 209 70 206 -
CMYK 0 0.67 0.01 0.18
HSL 301.3º 0.6% 0.55% -
HSV(B) 301.3º 0.67% 0.82% -
XYZ 39.63 22.39 60.63 -
YUV 127.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 209 70 206 0 0.67 0.01 0.18 301.3 0.6 0.55
Hex D1 46 CE 0 43 1 12 12D 3C 37
Octal 321 106 316 0 103 1 22 455 74 67
Binary 11010001 1000110 11001110 0 1000011 1 10010 100101101 111100 110111

Color Harmonies of #D146CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146CE

Black with #D146CE

Text Example


Text Example

White with #D146CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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