Html Css Color HEX #D14DBE Fuchsia

📋 copy color: '#D14DBE'

red 209 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #D14DBE

Tints of Fuchsia #D14DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 43.91%
G = 16.18%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D14DBE (or 0xD14DBE) is known color: Fuchsia. HEX triplet: D1, 4D and BE. RGB value is (209,77,190). Sum of RGB (Red+Green+Blue) = 209+77+190=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DBE is #2EB241. Grayscale: #818181. Windows color (decimal): -3060290 or 12471761. OLE color: 12471761.

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

Color convert

RGB 209 77 190 -
CMYK 0 0.63 0.09 0.18
HSL 308.64º 0.59% 0.56% -
HSV(B) 308.64º 0.63% 0.82% -
XYZ 38.24 22.58 51.06 -
YUV 129.35 162.23 184.81 -
System Red Green Blue C M Y K H S L
Decimal 209 77 190 0 0.63 0.09 0.18 308.64 0.59 0.56
Hex D1 4D BE 0 3F 9 12 135 3B 38
Octal 321 115 276 0 77 11 22 465 73 70
Binary 11010001 1001101 10111110 0 111111 1001 10010 100110101 111011 111000

Color Harmonies of #D14DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DBE

Black with #D14DBE

Text Example


Text Example

White with #D14DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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