Html Css Color HEX #D14CC4 Fuchsia

📋 copy color: '#D14CC4'

red 209 ◦ green 76 ◦ blue 196

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

Shades of Fuchsia #D14CC4

Tints of Fuchsia #D14CC4

RGB

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

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

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

R = 43.45%
G = 15.8%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D14CC4 (or 0xD14CC4) is known color: Fuchsia. HEX triplet: D1, 4C and C4. RGB value is (209,76,196). Sum of RGB (Red+Green+Blue) = 209+76+196=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CC4 is #2EB33B. Grayscale: #818181. Windows color (decimal): -3060540 or 12864721. OLE color: 12864721.

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

Color convert

RGB 209 76 196 -
CMYK 0 0.64 0.06 0.18
HSL 305.86º 0.59% 0.56% -
HSV(B) 305.86º 0.64% 0.82% -
XYZ 38.84 22.71 54.56 -
YUV 129.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 209 76 196 0 0.64 0.06 0.18 305.86 0.59 0.56
Hex D1 4C C4 0 40 6 12 132 3B 38
Octal 321 114 304 0 100 6 22 462 73 70
Binary 11010001 1001100 11000100 0 1000000 110 10010 100110010 111011 111000

Color Harmonies of #D14CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CC4

Black with #D14CC4

Text Example


Text Example

White with #D14CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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