Html Css Color HEX #D036B9 Fuchsia

📋 copy color: '#D036B9'

red 208 ◦ green 54 ◦ blue 185

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

Shades of Fuchsia #D036B9

Tints of Fuchsia #D036B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 46.53%
G = 12.08%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D036B9 (or 0xD036B9) is known color: Fuchsia. HEX triplet: D0, 36 and B9. RGB value is (208,54,185). Sum of RGB (Red+Green+Blue) = 208+54+185=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D036B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036B9 is #2FC946. Grayscale: #727272. Windows color (decimal): -3131719 or 12138192. OLE color: 12138192.

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

Color convert

RGB 208 54 185 -
CMYK 0 0.74 0.11 0.18
HSL 308.96º 0.62% 0.51% -
HSV(B) 308.96º 0.74% 0.82% -
XYZ 36.09 19.55 47.77 -
YUV 114.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 208 54 185 0 0.74 0.11 0.18 308.96 0.62 0.51
Hex D0 36 B9 0 4A B 12 135 3E 33
Octal 320 66 271 0 112 13 22 465 76 63
Binary 11010000 110110 10111001 0 1001010 1011 10010 100110101 111110 110011

Color Harmonies of #D036B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036B9

Black with #D036B9

Text Example


Text Example

White with #D036B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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