Html Css Color HEX #D131CE Fuchsia

📋 copy color: '#D131CE'

red 209 ◦ green 49 ◦ blue 206

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

Shades of Fuchsia #D131CE

Tints of Fuchsia #D131CE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.56%

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

R = 45.04%
G = 10.56%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D131CE (or 0xD131CE) is known color: Fuchsia. HEX triplet: D1, 31 and CE. RGB value is (209,49,206). Sum of RGB (Red+Green+Blue) = 209+49+206=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D131CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131CE is #2ECE31. Grayscale: #727272. Windows color (decimal): -3067442 or 13513169. OLE color: 13513169.

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

Color convert

RGB 209 49 206 -
CMYK 0 0.77 0.01 0.18
HSL 301.13º 0.63% 0.51% -
HSV(B) 301.13º 0.77% 0.82% -
XYZ 38.53 20.21 60.26 -
YUV 114.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 209 49 206 0 0.77 0.01 0.18 301.13 0.63 0.51
Hex D1 31 CE 0 4D 1 12 12D 3F 33
Octal 321 61 316 0 115 1 22 455 77 63
Binary 11010001 110001 11001110 0 1001101 1 10010 100101101 111111 110011

Color Harmonies of #D131CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131CE

Black with #D131CE

Text Example


Text Example

White with #D131CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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