Html Css Color HEX #D034CA Fuchsia

📋 copy color: '#D034CA'

red 208 ◦ green 52 ◦ blue 202

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

Shades of Fuchsia #D034CA

Tints of Fuchsia #D034CA

RGB

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

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

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

R = 45.02%
G = 11.26%
B = 43.72%

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

#D034CA (or 0xD034CA) is known color: Fuchsia. HEX triplet: D0, 34 and CA. RGB value is (208,52,202). Sum of RGB (Red+Green+Blue) = 208+52+202=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D034CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034CA is #2FCB35. Grayscale: #737373. Windows color (decimal): -3132214 or 13251792. OLE color: 13251792.

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

Color convert

RGB 208 52 202 -
CMYK 0 0.75 0.03 0.18
HSL 302.31º 0.62% 0.51% -
HSV(B) 302.31º 0.75% 0.82% -
XYZ 37.9 20.13 57.77 -
YUV 115.74 176.68 193.8 -
System Red Green Blue C M Y K H S L
Decimal 208 52 202 0 0.75 0.03 0.18 302.31 0.62 0.51
Hex D0 34 CA 0 4B 3 12 12E 3E 33
Octal 320 64 312 0 113 3 22 456 76 63
Binary 11010000 110100 11001010 0 1001011 11 10010 100101110 111110 110011

Color Harmonies of #D034CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034CA

Black with #D034CA

Text Example


Text Example

White with #D034CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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