Html Css Color HEX #D347CA Fuchsia

📋 copy color: '#D347CA'

red 211 ◦ green 71 ◦ blue 202

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

Shades of Fuchsia #D347CA

Tints of Fuchsia #D347CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.67%

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

R = 43.6%
G = 14.67%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D347CA (or 0xD347CA) is known color: Fuchsia. HEX triplet: D3, 47 and CA. RGB value is (211,71,202). Sum of RGB (Red+Green+Blue) = 211+71+202=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D347CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347CA is #2CB835. Grayscale: #7F7F7F. Windows color (decimal): -2930742 or 13256659. OLE color: 13256659.

HSL color Cylindrical-coordinate representation of color #D347CA: hue angle of 303.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D347CA is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 202 -
CMYK 0 0.66 0.04 0.17
HSL 303.86º 0.61% 0.55% -
HSV(B) 303.86º 0.66% 0.83% -
XYZ 39.78 22.62 58.15 -
YUV 127.79 169.88 187.35 -
System Red Green Blue C M Y K H S L
Decimal 211 71 202 0 0.66 0.04 0.17 303.86 0.61 0.55
Hex D3 47 CA 0 42 4 11 130 3D 37
Octal 323 107 312 0 102 4 21 460 75 67
Binary 11010011 1000111 11001010 0 1000010 100 10001 100110000 111101 110111

Color Harmonies of #D347CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D347CA

Black with #D347CA

Text Example


Text Example

White with #D347CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D347CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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