Html Css Color HEX #D144CE Fuchsia

📋 copy color: '#D144CE'

red 209 ◦ green 68 ◦ blue 206

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

Shades of Fuchsia #D144CE

Tints of Fuchsia #D144CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 43.27%
G = 14.08%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D144CE (or 0xD144CE) is known color: Fuchsia. HEX triplet: D1, 44 and CE. RGB value is (209,68,206). Sum of RGB (Red+Green+Blue) = 209+68+206=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D144CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144CE is #2EBB31. Grayscale: #7D7D7D. Windows color (decimal): -3062578 or 13518033. OLE color: 13518033.

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

Color convert

RGB 209 68 206 -
CMYK 0 0.67 0.01 0.18
HSL 301.28º 0.61% 0.54% -
HSV(B) 301.28º 0.67% 0.82% -
XYZ 39.5 22.15 60.59 -
YUV 125.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 209 68 206 0 0.67 0.01 0.18 301.28 0.61 0.54
Hex D1 44 CE 0 43 1 12 12D 3D 36
Octal 321 104 316 0 103 1 22 455 75 66
Binary 11010001 1000100 11001110 0 1000011 1 10010 100101101 111101 110110

Color Harmonies of #D144CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144CE

Black with #D144CE

Text Example


Text Example

White with #D144CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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