Html Css Color HEX #D036BB Fuchsia

📋 copy color: '#D036BB'

red 208 ◦ green 54 ◦ blue 187

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

Shades of Fuchsia #D036BB

Tints of Fuchsia #D036BB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.03%

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

R = 46.33%
G = 12.03%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D036BB (or 0xD036BB) is known color: Fuchsia. HEX triplet: D0, 36 and BB. RGB value is (208,54,187). Sum of RGB (Red+Green+Blue) = 208+54+187=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D036BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036BB is #2FC944. Grayscale: #727272. Windows color (decimal): -3131717 or 12269264. OLE color: 12269264.

HSL color Cylindrical-coordinate representation of color #D036BB: hue angle of 308.18º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D036BB is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 187 -
CMYK 0 0.74 0.10 0.18
HSL 308.18º 0.62% 0.51% -
HSV(B) 308.18º 0.74% 0.82% -
XYZ 36.3 19.64 48.89 -
YUV 115.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 208 54 187 0 0.74 0.10 0.18 308.18 0.62 0.51
Hex D0 36 BB 0 4A A 12 134 3E 33
Octal 320 66 273 0 112 12 22 464 76 63
Binary 11010000 110110 10111011 0 1001010 1010 10010 100110100 111110 110011

Color Harmonies of #D036BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036BB

Black with #D036BB

Text Example


Text Example

White with #D036BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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