Html Css Color HEX #D14CCA Fuchsia

📋 copy color: '#D14CCA'

red 209 ◦ green 76 ◦ blue 202

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

Shades of Fuchsia #D14CCA

Tints of Fuchsia #D14CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 42.92%
G = 15.61%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D14CCA (or 0xD14CCA) is known color: Fuchsia. HEX triplet: D1, 4C and CA. RGB value is (209,76,202). Sum of RGB (Red+Green+Blue) = 209+76+202=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CCA is #2EB335. Grayscale: #818181. Windows color (decimal): -3060534 or 13257937. OLE color: 13257937.

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

Color convert

RGB 209 76 202 -
CMYK 0 0.64 0.03 0.18
HSL 303.16º 0.59% 0.56% -
HSV(B) 303.16º 0.64% 0.82% -
XYZ 39.54 22.99 58.23 -
YUV 130.13 168.56 184.25 -
System Red Green Blue C M Y K H S L
Decimal 209 76 202 0 0.64 0.03 0.18 303.16 0.59 0.56
Hex D1 4C CA 0 40 3 12 12F 3B 38
Octal 321 114 312 0 100 3 22 457 73 70
Binary 11010001 1001100 11001010 0 1000000 11 10010 100101111 111011 111000

Color Harmonies of #D14CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CCA

Black with #D14CCA

Text Example


Text Example

White with #D14CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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