Html Css Color HEX #D141CD Fuchsia

📋 copy color: '#D141CD'

red 209 ◦ green 65 ◦ blue 205

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

Shades of Fuchsia #D141CD

Tints of Fuchsia #D141CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 43.63%
G = 13.57%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D141CD (or 0xD141CD) is known color: Fuchsia. HEX triplet: D1, 41 and CD. RGB value is (209,65,205). Sum of RGB (Red+Green+Blue) = 209+65+205=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D141CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141CD is #2EBE32. Grayscale: #7B7B7B. Windows color (decimal): -3063347 or 13451729. OLE color: 13451729.

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

Color convert

RGB 209 65 205 -
CMYK 0 0.69 0.02 0.18
HSL 301.67º 0.61% 0.54% -
HSV(B) 301.67º 0.69% 0.82% -
XYZ 39.2 21.74 59.89 -
YUV 124.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 209 65 205 0 0.69 0.02 0.18 301.67 0.61 0.54
Hex D1 41 CD 0 45 2 12 12E 3D 36
Octal 321 101 315 0 105 2 22 456 75 66
Binary 11010001 1000001 11001101 0 1000101 10 10010 100101110 111101 110110

Color Harmonies of #D141CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141CD

Black with #D141CD

Text Example


Text Example

White with #D141CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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