Html Css Color HEX #D336B9 Fuchsia

📋 copy color: '#D336B9'

red 211 ◦ green 54 ◦ blue 185

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

Shades of Fuchsia #D336B9

Tints of Fuchsia #D336B9

RGB

 RED value IS 211 (82.81% from 255) = 46.89%

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

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

R = 46.89%
G = 12%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D336B9 (or 0xD336B9) is known color: Fuchsia. HEX triplet: D3, 36 and B9. RGB value is (211,54,185). Sum of RGB (Red+Green+Blue) = 211+54+185=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D336B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336B9 is #2CC946. Grayscale: #737373. Windows color (decimal): -2935111 or 12138195. OLE color: 12138195.

HSL color Cylindrical-coordinate representation of color #D336B9: hue angle of 309.94º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D336B9 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 54 185 -
CMYK 0 0.74 0.12 0.17
HSL 309.94º 0.64% 0.52% -
HSV(B) 309.94º 0.74% 0.83% -
XYZ 36.94 19.99 47.81 -
YUV 115.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 211 54 185 0 0.74 0.12 0.17 309.94 0.64 0.52
Hex D3 36 B9 0 4A C 11 136 40 34
Octal 323 66 271 0 112 14 21 466 100 64
Binary 11010011 110110 10111001 0 1001010 1100 10001 100110110 1000000 110100

Color Harmonies of #D336B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D336B9

Black with #D336B9

Text Example


Text Example

White with #D336B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D336B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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