Html Css Color HEX #D142CE Fuchsia

📋 copy color: '#D142CE'

red 209 ◦ green 66 ◦ blue 206

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

Shades of Fuchsia #D142CE

Tints of Fuchsia #D142CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.72%

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

R = 43.45%
G = 13.72%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D142CE (or 0xD142CE) is known color: Fuchsia. HEX triplet: D1, 42 and CE. RGB value is (209,66,206). Sum of RGB (Red+Green+Blue) = 209+66+206=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D142CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142CE is #2EBD31. Grayscale: #7C7C7C. Windows color (decimal): -3063090 or 13517521. OLE color: 13517521.

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

Color convert

RGB 209 66 206 -
CMYK 0 0.68 0.01 0.18
HSL 301.26º 0.61% 0.54% -
HSV(B) 301.26º 0.68% 0.82% -
XYZ 39.38 21.91 60.55 -
YUV 124.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 209 66 206 0 0.68 0.01 0.18 301.26 0.61 0.54
Hex D1 42 CE 0 44 1 12 12D 3D 36
Octal 321 102 316 0 104 1 22 455 75 66
Binary 11010001 1000010 11001110 0 1000100 1 10010 100101101 111101 110110

Color Harmonies of #D142CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142CE

Black with #D142CE

Text Example


Text Example

White with #D142CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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