Html Css Color HEX #D14CC3 Fuchsia

📋 copy color: '#D14CC3'

red 209 ◦ green 76 ◦ blue 195

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

Shades of Fuchsia #D14CC3

Tints of Fuchsia #D14CC3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.83%

 BLUE value IS 195 (76.56% from 255) = 40.63%

R = 43.54%
G = 15.83%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D14CC3 (or 0xD14CC3) is known color: Fuchsia. HEX triplet: D1, 4C and C3. RGB value is (209,76,195). Sum of RGB (Red+Green+Blue) = 209+76+195=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CC3 is #2EB33C. Grayscale: #808080. Windows color (decimal): -3060541 or 12799185. OLE color: 12799185.

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

Color convert

RGB 209 76 195 -
CMYK 0 0.64 0.07 0.18
HSL 306.32º 0.59% 0.56% -
HSV(B) 306.32º 0.64% 0.82% -
XYZ 38.73 22.66 53.96 -
YUV 129.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 209 76 195 0 0.64 0.07 0.18 306.32 0.59 0.56
Hex D1 4C C3 0 40 7 12 132 3B 38
Octal 321 114 303 0 100 7 22 462 73 70
Binary 11010001 1001100 11000011 0 1000000 111 10010 100110010 111011 111000

Color Harmonies of #D14CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CC3

Black with #D14CC3

Text Example


Text Example

White with #D14CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CC3; }

 p { color: rgb(209,76,195); }

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

background-color css

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

 a { background-color: rgb(209,76,195); }

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

border-color css

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

 span { border-color: rgb(209,76,195); }

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