Html Css Color HEX #D035BB Fuchsia

📋 copy color: '#D035BB'

red 208 ◦ green 53 ◦ blue 187

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

Shades of Fuchsia #D035BB

Tints of Fuchsia #D035BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 46.43%
G = 11.83%
B = 41.74%

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

#D035BB (or 0xD035BB) is known color: Fuchsia. HEX triplet: D0, 35 and BB. RGB value is (208,53,187). Sum of RGB (Red+Green+Blue) = 208+53+187=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D035BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035BB is #2FCA44. Grayscale: #727272. Windows color (decimal): -3131973 or 12269008. OLE color: 12269008.

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

Color convert

RGB 208 53 187 -
CMYK 0 0.75 0.10 0.18
HSL 308.13º 0.62% 0.51% -
HSV(B) 308.13º 0.75% 0.82% -
XYZ 36.26 19.54 48.88 -
YUV 114.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 208 53 187 0 0.75 0.10 0.18 308.13 0.62 0.51
Hex D0 35 BB 0 4B A 12 134 3E 33
Octal 320 65 273 0 113 12 22 464 76 63
Binary 11010000 110101 10111011 0 1001011 1010 10010 100110100 111110 110011

Color Harmonies of #D035BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035BB

Black with #D035BB

Text Example


Text Example

White with #D035BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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