Html Css Color HEX #D142D5 Fuchsia

📋 copy color: '#D142D5'

red 209 ◦ green 66 ◦ blue 213

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

Shades of Fuchsia #D142D5

Tints of Fuchsia #D142D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.65%

R = 42.83%
G = 13.52%
B = 43.65%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D142D5 (or 0xD142D5) is known color: Fuchsia. HEX triplet: D1, 42 and D5. RGB value is (209,66,213). Sum of RGB (Red+Green+Blue) = 209+66+213=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #D142D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142D5 is #2EBD2A. Grayscale: #7D7D7D. Windows color (decimal): -3063083 or 13976273. OLE color: 13976273.

HSL color Cylindrical-coordinate representation of color #D142D5: hue angle of 298.37º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D142D5 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 66 213 -
CMYK 0.02 0.69 0 0.16
HSL 298.37º 0.64% 0.55% -
HSV(B) 298.37º 0.69% 0.84% -
XYZ 40.25 22.26 65.13 -
YUV 125.52 177.38 187.55 -
System Red Green Blue C M Y K H S L
Decimal 209 66 213 0.02 0.69 0 0.16 298.37 0.64 0.55
Hex D1 42 D5 2 45 0 10 12A 40 37
Octal 321 102 325 2 105 0 20 452 100 67
Binary 11010001 1000010 11010101 10 1000101 0 10000 100101010 1000000 110111

Color Harmonies of #D142D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142D5

Black with #D142D5

Text Example


Text Example

White with #D142D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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