Html Css Color HEX #D142CC Fuchsia

📋 copy color: '#D142CC'

red 209 ◦ green 66 ◦ blue 204

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

Shades of Fuchsia #D142CC

Tints of Fuchsia #D142CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 43.63%
G = 13.78%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D142CC (or 0xD142CC) is known color: Fuchsia. HEX triplet: D1, 42 and CC. RGB value is (209,66,204). Sum of RGB (Red+Green+Blue) = 209+66+204=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D142CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142CC is #2EBD33. Grayscale: #7C7C7C. Windows color (decimal): -3063092 or 13386449. OLE color: 13386449.

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

Color convert

RGB 209 66 204 -
CMYK 0 0.68 0.02 0.18
HSL 302.1º 0.61% 0.54% -
HSV(B) 302.1º 0.68% 0.82% -
XYZ 39.14 21.81 59.27 -
YUV 124.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 209 66 204 0 0.68 0.02 0.18 302.1 0.61 0.54
Hex D1 42 CC 0 44 2 12 12E 3D 36
Octal 321 102 314 0 104 2 22 456 75 66
Binary 11010001 1000010 11001100 0 1000100 10 10010 100101110 111101 110110

Color Harmonies of #D142CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142CC

Black with #D142CC

Text Example


Text Example

White with #D142CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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