Html Css Color HEX #D036B2 Fuchsia

📋 copy color: '#D036B2'

red 208 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #D036B2

Tints of Fuchsia #D036B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.45%

R = 47.27%
G = 12.27%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D036B2 (or 0xD036B2) is known color: Fuchsia. HEX triplet: D0, 36 and B2. RGB value is (208,54,178). Sum of RGB (Red+Green+Blue) = 208+54+178=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D036B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D036B2 is #2FC94D. Grayscale: #717171. Windows color (decimal): -3131726 or 11679440. OLE color: 11679440.

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

Color convert

RGB 208 54 178 -
CMYK 0 0.74 0.14 0.18
HSL 311.69º 0.62% 0.51% -
HSV(B) 311.69º 0.74% 0.82% -
XYZ 35.37 19.26 43.97 -
YUV 114.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 208 54 178 0 0.74 0.14 0.18 311.69 0.62 0.51
Hex D0 36 B2 0 4A E 12 138 3E 33
Octal 320 66 262 0 112 16 22 470 76 63
Binary 11010000 110110 10110010 0 1001010 1110 10010 100111000 111110 110011

Color Harmonies of #D036B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036B2

Black with #D036B2

Text Example


Text Example

White with #D036B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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