Html Css Color HEX #D143CA Fuchsia

📋 copy color: '#D143CA'

red 209 ◦ green 67 ◦ blue 202

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

Shades of Fuchsia #D143CA

Tints of Fuchsia #D143CA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.02%

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 43.72%
G = 14.02%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D143CA (or 0xD143CA) is known color: Fuchsia. HEX triplet: D1, 43 and CA. RGB value is (209,67,202). Sum of RGB (Red+Green+Blue) = 209+67+202=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D143CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143CA is #2EBC35. Grayscale: #7C7C7C. Windows color (decimal): -3062838 or 13255633. OLE color: 13255633.

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

Color convert

RGB 209 67 202 -
CMYK 0 0.68 0.03 0.18
HSL 302.96º 0.61% 0.54% -
HSV(B) 302.96º 0.68% 0.82% -
XYZ 38.96 21.83 58.04 -
YUV 124.85 171.54 188.02 -
System Red Green Blue C M Y K H S L
Decimal 209 67 202 0 0.68 0.03 0.18 302.96 0.61 0.54
Hex D1 43 CA 0 44 3 12 12F 3D 36
Octal 321 103 312 0 104 3 22 457 75 66
Binary 11010001 1000011 11001010 0 1000100 11 10010 100101111 111101 110110

Color Harmonies of #D143CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143CA

Black with #D143CA

Text Example


Text Example

White with #D143CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143CA; }

 p { color: rgb(209,67,202); }

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

background-color css

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

 a { background-color: rgb(209,67,202); }

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

border-color css

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

 span { border-color: rgb(209,67,202); }

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