Html Css Color HEX #D348CD Fuchsia

📋 copy color: '#D348CD'

red 211 ◦ green 72 ◦ blue 205

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

Shades of Fuchsia #D348CD

Tints of Fuchsia #D348CD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.75%

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

R = 43.24%
G = 14.75%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D348CD (or 0xD348CD) is known color: Fuchsia. HEX triplet: D3, 48 and CD. RGB value is (211,72,205). Sum of RGB (Red+Green+Blue) = 211+72+205=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D348CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348CD is #2CB732. Grayscale: #808080. Windows color (decimal): -2930483 or 13453523. OLE color: 13453523.

HSL color Cylindrical-coordinate representation of color #D348CD: hue angle of 302.59º 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 #D348CD is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 72 205 -
CMYK 0 0.66 0.03 0.17
HSL 302.59º 0.61% 0.55% -
HSV(B) 302.59º 0.66% 0.83% -
XYZ 40.2 22.89 60.06 -
YUV 128.72 171.05 186.69 -
System Red Green Blue C M Y K H S L
Decimal 211 72 205 0 0.66 0.03 0.17 302.59 0.61 0.55
Hex D3 48 CD 0 42 3 11 12F 3D 37
Octal 323 110 315 0 102 3 21 457 75 67
Binary 11010011 1001000 11001101 0 1000010 11 10001 100101111 111101 110111

Color Harmonies of #D348CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348CD

Black with #D348CD

Text Example


Text Example

White with #D348CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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