Html Css Color HEX #D14DB6 Fuchsia

📋 copy color: '#D14DB6'

red 209 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #D14DB6

Tints of Fuchsia #D14DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.89%

R = 44.66%
G = 16.45%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D14DB6 (or 0xD14DB6) is known color: Fuchsia. HEX triplet: D1, 4D and B6. RGB value is (209,77,182). Sum of RGB (Red+Green+Blue) = 209+77+182=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DB6 is #2EB249. Grayscale: #808080. Windows color (decimal): -3060298 or 11947473. OLE color: 11947473.

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

Color convert

RGB 209 77 182 -
CMYK 0 0.63 0.13 0.18
HSL 312.27º 0.59% 0.56% -
HSV(B) 312.27º 0.63% 0.82% -
XYZ 37.39 22.24 46.58 -
YUV 128.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 209 77 182 0 0.63 0.13 0.18 312.27 0.59 0.56
Hex D1 4D B6 0 3F D 12 138 3B 38
Octal 321 115 266 0 77 15 22 470 73 70
Binary 11010001 1001101 10110110 0 111111 1101 10010 100111000 111011 111000

Color Harmonies of #D14DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DB6

Black with #D14DB6

Text Example


Text Example

White with #D14DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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