Html Css Color HEX #D336BB Fuchsia

📋 copy color: '#D336BB'

red 211 ◦ green 54 ◦ blue 187

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

Shades of Fuchsia #D336BB

Tints of Fuchsia #D336BB

RGB

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

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

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

R = 46.68%
G = 11.95%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D336BB (or 0xD336BB) is known color: Fuchsia. HEX triplet: D3, 36 and BB. RGB value is (211,54,187). Sum of RGB (Red+Green+Blue) = 211+54+187=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D336BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336BB is #2CC944. Grayscale: #737373. Windows color (decimal): -2935109 or 12269267. OLE color: 12269267.

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

Color convert

RGB 211 54 187 -
CMYK 0 0.74 0.11 0.17
HSL 309.17º 0.64% 0.52% -
HSV(B) 309.17º 0.74% 0.83% -
XYZ 37.15 20.08 48.93 -
YUV 116.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 211 54 187 0 0.74 0.11 0.17 309.17 0.64 0.52
Hex D3 36 BB 0 4A B 11 135 40 34
Octal 323 66 273 0 112 13 21 465 100 64
Binary 11010011 110110 10111011 0 1001010 1011 10001 100110101 1000000 110100

Color Harmonies of #D336BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D336BB

Black with #D336BB

Text Example


Text Example

White with #D336BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D336BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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