Html Css Color HEX #D034CD Fuchsia

📋 copy color: '#D034CD'

red 208 ◦ green 52 ◦ blue 205

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

Shades of Fuchsia #D034CD

Tints of Fuchsia #D034CD

RGB

 RED value IS 208 (81.64% from 255) = 44.73%

 GREEN value IS 52 (20.7% from 255) = 11.18%

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

R = 44.73%
G = 11.18%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D034CD (or 0xD034CD) is known color: Fuchsia. HEX triplet: D0, 34 and CD. RGB value is (208,52,205). Sum of RGB (Red+Green+Blue) = 208+52+205=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D034CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034CD is #2FCB32. Grayscale: #737373. Windows color (decimal): -3132211 or 13448400. OLE color: 13448400.

HSL color Cylindrical-coordinate representation of color #D034CD: hue angle of 301.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D034CD is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 205 -
CMYK 0 0.75 0.01 0.18
HSL 301.15º 0.62% 0.51% -
HSV(B) 301.15º 0.75% 0.82% -
XYZ 38.26 20.27 59.65 -
YUV 116.09 178.18 193.56 -
System Red Green Blue C M Y K H S L
Decimal 208 52 205 0 0.75 0.01 0.18 301.15 0.62 0.51
Hex D0 34 CD 0 4B 1 12 12D 3E 33
Octal 320 64 315 0 113 1 22 455 76 63
Binary 11010000 110100 11001101 0 1001011 1 10010 100101101 111110 110011

Color Harmonies of #D034CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034CD

Black with #D034CD

Text Example


Text Example

White with #D034CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034CD; }

 p { color: rgb(208,52,205); }

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

background-color css

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

 a { background-color: rgb(208,52,205); }

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

border-color css

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

 span { border-color: rgb(208,52,205); }

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