Html Css Color HEX #D034CE Fuchsia

📋 copy color: '#D034CE'

red 208 ◦ green 52 ◦ blue 206

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

Shades of Fuchsia #D034CE

Tints of Fuchsia #D034CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 44.64%
G = 11.16%
B = 44.21%

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

#D034CE (or 0xD034CE) is known color: Fuchsia. HEX triplet: D0, 34 and CE. RGB value is (208,52,206). Sum of RGB (Red+Green+Blue) = 208+52+206=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D034CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034CE is #2FCB31. Grayscale: #737373. Windows color (decimal): -3132210 or 13513936. OLE color: 13513936.

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

Color convert

RGB 208 52 206 -
CMYK 0 0.75 0.01 0.18
HSL 300.77º 0.62% 0.51% -
HSV(B) 300.77º 0.75% 0.82% -
XYZ 38.38 20.32 60.29 -
YUV 116.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 208 52 206 0 0.75 0.01 0.18 300.77 0.62 0.51
Hex D0 34 CE 0 4B 1 12 12D 3E 33
Octal 320 64 316 0 113 1 22 455 76 63
Binary 11010000 110100 11001110 0 1001011 1 10010 100101101 111110 110011

Color Harmonies of #D034CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034CE

Black with #D034CE

Text Example


Text Example

White with #D034CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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