Html Css Color HEX #D14CD2 Fuchsia

📋 copy color: '#D14CD2'

red 209 ◦ green 76 ◦ blue 210

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

Shades of Fuchsia #D14CD2

Tints of Fuchsia #D14CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.42%

R = 42.22%
G = 15.35%
B = 42.42%

CMYK

 C value IS 0.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D14CD2 (or 0xD14CD2) is known color: Fuchsia. HEX triplet: D1, 4C and D2. RGB value is (209,76,210). Sum of RGB (Red+Green+Blue) = 209+76+210=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #D14CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CD2 is #2EB32D. Grayscale: #828282. Windows color (decimal): -3060526 or 13782225. OLE color: 13782225.

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

Color convert

RGB 209 76 210 -
CMYK 0.00 0.64 0 0.18
HSL 299.55º 0.6% 0.56% -
HSV(B) 299.55º 0.64% 0.82% -
XYZ 40.51 23.38 63.35 -
YUV 131.04 172.56 183.6 -
System Red Green Blue C M Y K H S L
Decimal 209 76 210 0.00 0.64 0 0.18 299.55 0.6 0.56
Hex D1 4C D2 0 40 0 12 12C 3C 38
Octal 321 114 322 0 100 0 22 454 74 70
Binary 11010001 1001100 11010010 0 1000000 0 10010 100101100 111100 111000

Color Harmonies of #D14CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CD2

Black with #D14CD2

Text Example


Text Example

White with #D14CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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