Html Css Color HEX #D035BC Fuchsia

📋 copy color: '#D035BC'

red 208 ◦ green 53 ◦ blue 188

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

Shades of Fuchsia #D035BC

Tints of Fuchsia #D035BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 46.33%
G = 11.8%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D035BC (or 0xD035BC) is known color: Fuchsia. HEX triplet: D0, 35 and BC. RGB value is (208,53,188). Sum of RGB (Red+Green+Blue) = 208+53+188=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D035BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035BC is #2FCA43. Grayscale: #727272. Windows color (decimal): -3131972 or 12334544. OLE color: 12334544.

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

Color convert

RGB 208 53 188 -
CMYK 0 0.75 0.10 0.18
HSL 307.74º 0.62% 0.51% -
HSV(B) 307.74º 0.75% 0.82% -
XYZ 36.36 19.59 49.44 -
YUV 114.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 208 53 188 0 0.75 0.10 0.18 307.74 0.62 0.51
Hex D0 35 BC 0 4B A 12 134 3E 33
Octal 320 65 274 0 113 12 22 464 76 63
Binary 11010000 110101 10111100 0 1001011 1010 10010 100110100 111110 110011

Color Harmonies of #D035BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035BC

Black with #D035BC

Text Example


Text Example

White with #D035BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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