Html Css Color HEX #D140CC Fuchsia

📋 copy color: '#D140CC'

red 209 ◦ green 64 ◦ blue 204

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

Shades of Fuchsia #D140CC

Tints of Fuchsia #D140CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.42%

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 43.82%
G = 13.42%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D140CC (or 0xD140CC) is known color: Fuchsia. HEX triplet: D1, 40 and CC. RGB value is (209,64,204). Sum of RGB (Red+Green+Blue) = 209+64+204=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D140CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140CC is #2EBF33. Grayscale: #7A7A7A. Windows color (decimal): -3063604 or 13385937. OLE color: 13385937.

HSL color Cylindrical-coordinate representation of color #D140CC: hue angle of 302.07º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D140CC is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 204 -
CMYK 0 0.69 0.02 0.18
HSL 302.07º 0.61% 0.54% -
HSV(B) 302.07º 0.69% 0.82% -
XYZ 39.03 21.58 59.24 -
YUV 123.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 209 64 204 0 0.69 0.02 0.18 302.07 0.61 0.54
Hex D1 40 CC 0 45 2 12 12E 3D 36
Octal 321 100 314 0 105 2 22 456 75 66
Binary 11010001 1000000 11001100 0 1000101 10 10010 100101110 111101 110110

Color Harmonies of #D140CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140CC

Black with #D140CC

Text Example


Text Example

White with #D140CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140CC; }

 p { color: rgb(209,64,204); }

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

background-color css

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

 a { background-color: rgb(209,64,204); }

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

border-color css

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

 span { border-color: rgb(209,64,204); }

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