Html Css Color HEX #D14DC4 Fuchsia

📋 copy color: '#D14DC4'

red 209 ◦ green 77 ◦ blue 196

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

Shades of Fuchsia #D14DC4

Tints of Fuchsia #D14DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.66%

R = 43.36%
G = 15.98%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D14DC4 (or 0xD14DC4) is known color: Fuchsia. HEX triplet: D1, 4D and C4. RGB value is (209,77,196). Sum of RGB (Red+Green+Blue) = 209+77+196=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DC4 is #2EB23B. Grayscale: #818181. Windows color (decimal): -3060284 or 12864977. OLE color: 12864977.

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

Color convert

RGB 209 77 196 -
CMYK 0 0.63 0.06 0.18
HSL 305.91º 0.59% 0.56% -
HSV(B) 305.91º 0.63% 0.82% -
XYZ 38.91 22.85 54.58 -
YUV 130.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 209 77 196 0 0.63 0.06 0.18 305.91 0.59 0.56
Hex D1 4D C4 0 3F 6 12 132 3B 38
Octal 321 115 304 0 77 6 22 462 73 70
Binary 11010001 1001101 11000100 0 111111 110 10010 100110010 111011 111000

Color Harmonies of #D14DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DC4

Black with #D14DC4

Text Example


Text Example

White with #D14DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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