Html Css Color HEX #D14CC1 Fuchsia

📋 copy color: '#D14CC1'

red 209 ◦ green 76 ◦ blue 193

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

Shades of Fuchsia #D14CC1

Tints of Fuchsia #D14CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.38%

R = 43.72%
G = 15.9%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D14CC1 (or 0xD14CC1) is known color: Fuchsia. HEX triplet: D1, 4C and C1. RGB value is (209,76,193). Sum of RGB (Red+Green+Blue) = 209+76+193=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CC1 is #2EB33E. Grayscale: #808080. Windows color (decimal): -3060543 or 12668113. OLE color: 12668113.

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

Color convert

RGB 209 76 193 -
CMYK 0 0.64 0.08 0.18
HSL 307.22º 0.59% 0.56% -
HSV(B) 307.22º 0.64% 0.82% -
XYZ 38.5 22.57 52.78 -
YUV 129.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 209 76 193 0 0.64 0.08 0.18 307.22 0.59 0.56
Hex D1 4C C1 0 40 8 12 133 3B 38
Octal 321 114 301 0 100 10 22 463 73 70
Binary 11010001 1001100 11000001 0 1000000 1000 10010 100110011 111011 111000

Color Harmonies of #D14CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CC1

Black with #D14CC1

Text Example


Text Example

White with #D14CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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