Html Css Color HEX #D143CE Fuchsia

📋 copy color: '#D143CE'

red 209 ◦ green 67 ◦ blue 206

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

Shades of Fuchsia #D143CE

Tints of Fuchsia #D143CE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.9%

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

R = 43.36%
G = 13.9%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D143CE (or 0xD143CE) is known color: Fuchsia. HEX triplet: D1, 43 and CE. RGB value is (209,67,206). Sum of RGB (Red+Green+Blue) = 209+67+206=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D143CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143CE is #2EBC31. Grayscale: #7C7C7C. Windows color (decimal): -3062834 or 13517777. OLE color: 13517777.

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

Color convert

RGB 209 67 206 -
CMYK 0 0.68 0.01 0.18
HSL 301.27º 0.61% 0.54% -
HSV(B) 301.27º 0.68% 0.82% -
XYZ 39.44 22.03 60.57 -
YUV 125.3 173.54 187.7 -
System Red Green Blue C M Y K H S L
Decimal 209 67 206 0 0.68 0.01 0.18 301.27 0.61 0.54
Hex D1 43 CE 0 44 1 12 12D 3D 36
Octal 321 103 316 0 104 1 22 455 75 66
Binary 11010001 1000011 11001110 0 1000100 1 10010 100101101 111101 110110

Color Harmonies of #D143CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143CE

Black with #D143CE

Text Example


Text Example

White with #D143CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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