Html Css Color HEX #D349CA Fuchsia

📋 copy color: '#D349CA'

red 211 ◦ green 73 ◦ blue 202

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

Shades of Fuchsia #D349CA

Tints of Fuchsia #D349CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.02%

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

R = 43.42%
G = 15.02%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D349CA (or 0xD349CA) is known color: Fuchsia. HEX triplet: D3, 49 and CA. RGB value is (211,73,202). Sum of RGB (Red+Green+Blue) = 211+73+202=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D349CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D349CA is #2CB635. Grayscale: #808080. Windows color (decimal): -2930230 or 13257171. OLE color: 13257171.

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

Color convert

RGB 211 73 202 -
CMYK 0 0.65 0.04 0.17
HSL 303.91º 0.61% 0.56% -
HSV(B) 303.91º 0.65% 0.83% -
XYZ 39.91 22.88 58.19 -
YUV 128.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 211 73 202 0 0.65 0.04 0.17 303.91 0.61 0.56
Hex D3 49 CA 0 41 4 11 130 3D 38
Octal 323 111 312 0 101 4 21 460 75 70
Binary 11010011 1001001 11001010 0 1000001 100 10001 100110000 111101 111000

Color Harmonies of #D349CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D349CA

Black with #D349CA

Text Example


Text Example

White with #D349CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D349CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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