Html Css Color HEX #D144CF Fuchsia

📋 copy color: '#D144CF'

red 209 ◦ green 68 ◦ blue 207

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

Shades of Fuchsia #D144CF

Tints of Fuchsia #D144CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 43.18%
G = 14.05%
B = 42.77%

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

#D144CF (or 0xD144CF) is known color: Fuchsia. HEX triplet: D1, 44 and CF. RGB value is (209,68,207). Sum of RGB (Red+Green+Blue) = 209+68+207=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D144CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144CF is #2EBB30. Grayscale: #7D7D7D. Windows color (decimal): -3062577 or 13583569. OLE color: 13583569.

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

Color convert

RGB 209 68 207 -
CMYK 0 0.67 0.01 0.18
HSL 300.85º 0.61% 0.54% -
HSV(B) 300.85º 0.67% 0.82% -
XYZ 39.62 22.19 61.23 -
YUV 126.01 173.71 187.2 -
System Red Green Blue C M Y K H S L
Decimal 209 68 207 0 0.67 0.01 0.18 300.85 0.61 0.54
Hex D1 44 CF 0 43 1 12 12D 3D 36
Octal 321 104 317 0 103 1 22 455 75 66
Binary 11010001 1000100 11001111 0 1000011 1 10010 100101101 111101 110110

Color Harmonies of #D144CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144CF

Black with #D144CF

Text Example


Text Example

White with #D144CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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