Html Css Color HEX #D144B0 Fuchsia

📋 copy color: '#D144B0'

red 209 ◦ green 68 ◦ blue 176

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

Shades of Fuchsia #D144B0

Tints of Fuchsia #D144B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.85%

R = 46.14%
G = 15.01%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D144B0 (or 0xD144B0) is known color: Fuchsia. HEX triplet: D1, 44 and B0. RGB value is (209,68,176). Sum of RGB (Red+Green+Blue) = 209+68+176=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D144B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D144B0 is #2EBB4F. Grayscale: #7A7A7A. Windows color (decimal): -3062608 or 11551953. OLE color: 11551953.

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

Color convert

RGB 209 68 176 -
CMYK 0 0.67 0.16 0.18
HSL 314.04º 0.61% 0.54% -
HSV(B) 314.04º 0.67% 0.82% -
XYZ 36.2 20.82 43.19 -
YUV 122.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 209 68 176 0 0.67 0.16 0.18 314.04 0.61 0.54
Hex D1 44 B0 0 43 10 12 13A 3D 36
Octal 321 104 260 0 103 20 22 472 75 66
Binary 11010001 1000100 10110000 0 1000011 10000 10010 100111010 111101 110110

Color Harmonies of #D144B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144B0

Black with #D144B0

Text Example


Text Example

White with #D144B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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