Html Css Color HEX #D139CE Fuchsia

📋 copy color: '#D139CE'

red 209 ◦ green 57 ◦ blue 206

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

Shades of Fuchsia #D139CE

Tints of Fuchsia #D139CE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.08%

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

R = 44.28%
G = 12.08%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D139CE (or 0xD139CE) is known color: Fuchsia. HEX triplet: D1, 39 and CE. RGB value is (209,57,206). Sum of RGB (Red+Green+Blue) = 209+57+206=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D139CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139CE is #2EC631. Grayscale: #767676. Windows color (decimal): -3065394 or 13515217. OLE color: 13515217.

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

Color convert

RGB 209 57 206 -
CMYK 0 0.73 0.01 0.18
HSL 301.18º 0.62% 0.52% -
HSV(B) 301.18º 0.73% 0.82% -
XYZ 38.9 20.94 60.38 -
YUV 119.43 176.86 191.88 -
System Red Green Blue C M Y K H S L
Decimal 209 57 206 0 0.73 0.01 0.18 301.18 0.62 0.52
Hex D1 39 CE 0 49 1 12 12D 3E 34
Octal 321 71 316 0 111 1 22 455 76 64
Binary 11010001 111001 11001110 0 1001001 1 10010 100101101 111110 110100

Color Harmonies of #D139CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139CE

Black with #D139CE

Text Example


Text Example

White with #D139CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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