Html Css Color HEX #D140CE Fuchsia

📋 copy color: '#D140CE'

red 209 ◦ green 64 ◦ blue 206

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

Shades of Fuchsia #D140CE

Tints of Fuchsia #D140CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.36%

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

R = 43.63%
G = 13.36%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D140CE (or 0xD140CE) is known color: Fuchsia. HEX triplet: D1, 40 and CE. RGB value is (209,64,206). Sum of RGB (Red+Green+Blue) = 209+64+206=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D140CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140CE is #2EBF31. Grayscale: #7B7B7B. Windows color (decimal): -3063602 or 13517009. OLE color: 13517009.

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

Color convert

RGB 209 64 206 -
CMYK 0 0.69 0.01 0.18
HSL 301.24º 0.61% 0.54% -
HSV(B) 301.24º 0.69% 0.82% -
XYZ 39.27 21.68 60.51 -
YUV 123.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 209 64 206 0 0.69 0.01 0.18 301.24 0.61 0.54
Hex D1 40 CE 0 45 1 12 12D 3D 36
Octal 321 100 316 0 105 1 22 455 75 66
Binary 11010001 1000000 11001110 0 1000101 1 10010 100101101 111101 110110

Color Harmonies of #D140CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140CE

Black with #D140CE

Text Example


Text Example

White with #D140CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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