Html Css Color HEX #D144C7 Fuchsia

📋 copy color: '#D144C7'

red 209 ◦ green 68 ◦ blue 199

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

Shades of Fuchsia #D144C7

Tints of Fuchsia #D144C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.81%

R = 43.91%
G = 14.29%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D144C7 (or 0xD144C7) is known color: Fuchsia. HEX triplet: D1, 44 and C7. RGB value is (209,68,199). Sum of RGB (Red+Green+Blue) = 209+68+199=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D144C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144C7 is #2EBB38. Grayscale: #7C7C7C. Windows color (decimal): -3062585 or 13059281. OLE color: 13059281.

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

Color convert

RGB 209 68 199 -
CMYK 0 0.67 0.05 0.18
HSL 304.26º 0.61% 0.54% -
HSV(B) 304.26º 0.67% 0.82% -
XYZ 38.67 21.81 56.21 -
YUV 125.09 169.71 187.85 -
System Red Green Blue C M Y K H S L
Decimal 209 68 199 0 0.67 0.05 0.18 304.26 0.61 0.54
Hex D1 44 C7 0 43 5 12 130 3D 36
Octal 321 104 307 0 103 5 22 460 75 66
Binary 11010001 1000100 11000111 0 1000011 101 10010 100110000 111101 110110

Color Harmonies of #D144C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144C7

Black with #D144C7

Text Example


Text Example

White with #D144C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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