Html Css Color HEX #D034C9 Fuchsia

📋 copy color: '#D034C9'

red 208 ◦ green 52 ◦ blue 201

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

Shades of Fuchsia #D034C9

Tints of Fuchsia #D034C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 45.12%
G = 11.28%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D034C9 (or 0xD034C9) is known color: Fuchsia. HEX triplet: D0, 34 and C9. RGB value is (208,52,201). Sum of RGB (Red+Green+Blue) = 208+52+201=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D034C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034C9 is #2FCB36. Grayscale: #737373. Windows color (decimal): -3132215 or 13186256. OLE color: 13186256.

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

Color convert

RGB 208 52 201 -
CMYK 0 0.75 0.03 0.18
HSL 302.69º 0.62% 0.51% -
HSV(B) 302.69º 0.75% 0.82% -
XYZ 37.78 20.08 57.14 -
YUV 115.63 176.18 193.88 -
System Red Green Blue C M Y K H S L
Decimal 208 52 201 0 0.75 0.03 0.18 302.69 0.62 0.51
Hex D0 34 C9 0 4B 3 12 12F 3E 33
Octal 320 64 311 0 113 3 22 457 76 63
Binary 11010000 110100 11001001 0 1001011 11 10010 100101111 111110 110011

Color Harmonies of #D034C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034C9

Black with #D034C9

Text Example


Text Example

White with #D034C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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