Html Css Color HEX #D144C9 Fuchsia

📋 copy color: '#D144C9'

red 209 ◦ green 68 ◦ blue 201

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

Shades of Fuchsia #D144C9

Tints of Fuchsia #D144C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.05%

R = 43.72%
G = 14.23%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D144C9 (or 0xD144C9) is known color: Fuchsia. HEX triplet: D1, 44 and C9. RGB value is (209,68,201). Sum of RGB (Red+Green+Blue) = 209+68+201=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D144C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144C9 is #2EBB36. Grayscale: #7C7C7C. Windows color (decimal): -3062583 or 13190353. OLE color: 13190353.

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

Color convert

RGB 209 68 201 -
CMYK 0 0.67 0.04 0.18
HSL 303.4º 0.61% 0.54% -
HSV(B) 303.4º 0.67% 0.82% -
XYZ 38.9 21.91 57.44 -
YUV 125.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 209 68 201 0 0.67 0.04 0.18 303.4 0.61 0.54
Hex D1 44 C9 0 43 4 12 12F 3D 36
Octal 321 104 311 0 103 4 22 457 75 66
Binary 11010001 1000100 11001001 0 1000011 100 10010 100101111 111101 110110

Color Harmonies of #D144C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144C9

Black with #D144C9

Text Example


Text Example

White with #D144C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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