Html Css Color HEX #D14CCF Fuchsia

📋 copy color: '#D14CCF'

red 209 ◦ green 76 ◦ blue 207

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

Shades of Fuchsia #D14CCF

Tints of Fuchsia #D14CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 42.48%
G = 15.45%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D14CCF (or 0xD14CCF) is known color: Fuchsia. HEX triplet: D1, 4C and CF. RGB value is (209,76,207). Sum of RGB (Red+Green+Blue) = 209+76+207=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CCF is #2EB330. Grayscale: #828282. Windows color (decimal): -3060529 or 13585617. OLE color: 13585617.

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

Color convert

RGB 209 76 207 -
CMYK 0 0.64 0.01 0.18
HSL 300.9º 0.59% 0.56% -
HSV(B) 300.9º 0.64% 0.82% -
XYZ 40.14 23.23 61.4 -
YUV 130.7 171.06 183.85 -
System Red Green Blue C M Y K H S L
Decimal 209 76 207 0 0.64 0.01 0.18 300.9 0.59 0.56
Hex D1 4C CF 0 40 1 12 12D 3B 38
Octal 321 114 317 0 100 1 22 455 73 70
Binary 11010001 1001100 11001111 0 1000000 1 10010 100101101 111011 111000

Color Harmonies of #D14CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CCF

Black with #D14CCF

Text Example


Text Example

White with #D14CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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