Html Css Color HEX #D343CD Fuchsia

📋 copy color: '#D343CD'

red 211 ◦ green 67 ◦ blue 205

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

Shades of Fuchsia #D343CD

Tints of Fuchsia #D343CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.87%

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 43.69%
G = 13.87%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D343CD (or 0xD343CD) is known color: Fuchsia. HEX triplet: D3, 43 and CD. RGB value is (211,67,205). Sum of RGB (Red+Green+Blue) = 211+67+205=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D343CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D343CD is #2CBC32. Grayscale: #7D7D7D. Windows color (decimal): -2931763 or 13452243. OLE color: 13452243.

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

Color convert

RGB 211 67 205 -
CMYK 0 0.68 0.03 0.17
HSL 302.5º 0.62% 0.55% -
HSV(B) 302.5º 0.68% 0.83% -
XYZ 39.89 22.27 59.95 -
YUV 125.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 211 67 205 0 0.68 0.03 0.17 302.5 0.62 0.55
Hex D3 43 CD 0 44 3 11 12E 3E 37
Octal 323 103 315 0 104 3 21 456 76 67
Binary 11010011 1000011 11001101 0 1000100 11 10001 100101110 111110 110111

Color Harmonies of #D343CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D343CD

Black with #D343CD

Text Example


Text Example

White with #D343CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D343CD; }

 p { color: rgb(211,67,205); }

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

background-color css

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

 a { background-color: rgb(211,67,205); }

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

border-color css

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

 span { border-color: rgb(211,67,205); }

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