Html Css Color HEX #D035CE Fuchsia

📋 copy color: '#D035CE'

red 208 ◦ green 53 ◦ blue 206

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

Shades of Fuchsia #D035CE

Tints of Fuchsia #D035CE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.35%

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

R = 44.54%
G = 11.35%
B = 44.11%

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

#D035CE (or 0xD035CE) is known color: Fuchsia. HEX triplet: D0, 35 and CE. RGB value is (208,53,206). Sum of RGB (Red+Green+Blue) = 208+53+206=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D035CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035CE is #2FCA31. Grayscale: #747474. Windows color (decimal): -3131954 or 13514192. OLE color: 13514192.

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

Color convert

RGB 208 53 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.43 20.41 60.31 -
YUV 116.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 208 53 206 0 0.75 0.01 0.18 300.77 0.62 0.51
Hex D0 35 CE 0 4B 1 12 12D 3E 33
Octal 320 65 316 0 113 1 22 455 76 63
Binary 11010000 110101 11001110 0 1001011 1 10010 100101101 111110 110011

Color Harmonies of #D035CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035CE

Black with #D035CE

Text Example


Text Example

White with #D035CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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