Html Css Color HEX #D144D5 Fuchsia

📋 copy color: '#D144D5'

red 209 ◦ green 68 ◦ blue 213

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

Shades of Fuchsia #D144D5

Tints of Fuchsia #D144D5

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.88%

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

R = 42.65%
G = 13.88%
B = 43.47%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D144D5 (or 0xD144D5) is known color: Fuchsia. HEX triplet: D1, 44 and D5. RGB value is (209,68,213). Sum of RGB (Red+Green+Blue) = 209+68+213=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #D144D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144D5 is #2EBB2A. Grayscale: #7E7E7E. Windows color (decimal): -3062571 or 13976785. OLE color: 13976785.

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

Color convert

RGB 209 68 213 -
CMYK 0.02 0.68 0 0.16
HSL 298.34º 0.63% 0.55% -
HSV(B) 298.34º 0.68% 0.84% -
XYZ 40.37 22.49 65.16 -
YUV 126.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 209 68 213 0.02 0.68 0 0.16 298.34 0.63 0.55
Hex D1 44 D5 2 44 0 10 12A 3F 37
Octal 321 104 325 2 104 0 20 452 77 67
Binary 11010001 1000100 11010101 10 1000100 0 10000 100101010 111111 110111

Color Harmonies of #D144D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144D5

Black with #D144D5

Text Example


Text Example

White with #D144D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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