Html Css Color HEX #D14DB0 Fuchsia

📋 copy color: '#D14DB0'

red 209 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #D14DB0

Tints of Fuchsia #D14DB0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.67%

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

R = 45.24%
G = 16.67%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D14DB0 (or 0xD14DB0) is known color: Fuchsia. HEX triplet: D1, 4D and B0. RGB value is (209,77,176). Sum of RGB (Red+Green+Blue) = 209+77+176=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14DB0 is #2EB24F. Grayscale: #7F7F7F. Windows color (decimal): -3060304 or 11554257. OLE color: 11554257.

HSL color Cylindrical-coordinate representation of color #D14DB0: hue angle of 315º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14DB0 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 77 176 -
CMYK 0 0.63 0.16 0.18
HSL 315º 0.59% 0.56% -
HSV(B) 315º 0.63% 0.82% -
XYZ 36.78 22 43.38 -
YUV 127.75 155.23 185.95 -
System Red Green Blue C M Y K H S L
Decimal 209 77 176 0 0.63 0.16 0.18 315 0.59 0.56
Hex D1 4D B0 0 3F 10 12 13B 3B 38
Octal 321 115 260 0 77 20 22 473 73 70
Binary 11010001 1001101 10110000 0 111111 10000 10010 100111011 111011 111000

Color Harmonies of #D14DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DB0

Black with #D14DB0

Text Example


Text Example

White with #D14DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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