Html Css Color HEX #D141CE Fuchsia

📋 copy color: '#D141CE'

red 209 ◦ green 65 ◦ blue 206

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

Shades of Fuchsia #D141CE

Tints of Fuchsia #D141CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.54%

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

R = 43.54%
G = 13.54%
B = 42.92%

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

#D141CE (or 0xD141CE) is known color: Fuchsia. HEX triplet: D1, 41 and CE. RGB value is (209,65,206). Sum of RGB (Red+Green+Blue) = 209+65+206=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D141CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141CE is #2EBE31. Grayscale: #7B7B7B. Windows color (decimal): -3063346 or 13517265. OLE color: 13517265.

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

Color convert

RGB 209 65 206 -
CMYK 0 0.69 0.01 0.18
HSL 301.25º 0.61% 0.54% -
HSV(B) 301.25º 0.69% 0.82% -
XYZ 39.33 21.79 60.53 -
YUV 124.13 174.21 188.54 -
System Red Green Blue C M Y K H S L
Decimal 209 65 206 0 0.69 0.01 0.18 301.25 0.61 0.54
Hex D1 41 CE 0 45 1 12 12D 3D 36
Octal 321 101 316 0 105 1 22 455 75 66
Binary 11010001 1000001 11001110 0 1000101 1 10010 100101101 111101 110110

Color Harmonies of #D141CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141CE

Black with #D141CE

Text Example


Text Example

White with #D141CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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