Html Css Color HEX #D340CA Fuchsia

📋 copy color: '#D340CA'

red 211 ◦ green 64 ◦ blue 202

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

Shades of Fuchsia #D340CA

Tints of Fuchsia #D340CA

RGB

 RED value IS 211 (82.81% from 255) = 44.23%

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

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

R = 44.23%
G = 13.42%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D340CA (or 0xD340CA) is known color: Fuchsia. HEX triplet: D3, 40 and CA. RGB value is (211,64,202). Sum of RGB (Red+Green+Blue) = 211+64+202=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D340CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D340CA is #2CBF35. Grayscale: #7B7B7B. Windows color (decimal): -2932534 or 13254867. OLE color: 13254867.

HSL color Cylindrical-coordinate representation of color #D340CA: hue angle of 303.67º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D340CA is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 64 202 -
CMYK 0 0.70 0.04 0.17
HSL 303.67º 0.63% 0.54% -
HSV(B) 303.67º 0.7% 0.83% -
XYZ 39.36 21.78 58.01 -
YUV 123.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 211 64 202 0 0.70 0.04 0.17 303.67 0.63 0.54
Hex D3 40 CA 0 46 4 11 130 3F 36
Octal 323 100 312 0 106 4 21 460 77 66
Binary 11010011 1000000 11001010 0 1000110 100 10001 100110000 111111 110110

Color Harmonies of #D340CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D340CA

Black with #D340CA

Text Example


Text Example

White with #D340CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D340CA; }

 p { color: rgb(211,64,202); }

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

background-color css

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

 a { background-color: rgb(211,64,202); }

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

border-color css

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

 span { border-color: rgb(211,64,202); }

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