Html Css Color HEX #D36AB3 Fuchsia

📋 copy color: '#D36AB3'

red 211 ◦ green 106 ◦ blue 179

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

Shades of Fuchsia #D36AB3

Tints of Fuchsia #D36AB3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.37%

 BLUE value IS 179 (70.31% from 255) = 36.09%

R = 42.54%
G = 21.37%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D36AB3 (or 0xD36AB3) is known color: Fuchsia. HEX triplet: D3, 6A and B3. RGB value is (211,106,179). Sum of RGB (Red+Green+Blue) = 211+106+179=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D36AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AB3 is #2C954C. Grayscale: #919191. Windows color (decimal): -2921805 or 11758291. OLE color: 11758291.

HSL color Cylindrical-coordinate representation of color #D36AB3: hue angle of 318.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36AB3 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 106 179 -
CMYK 0 0.50 0.15 0.17
HSL 318.29º 0.54% 0.62% -
HSV(B) 318.29º 0.5% 0.83% -
XYZ 40.15 27.41 45.82 -
YUV 145.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 211 106 179 0 0.50 0.15 0.17 318.29 0.54 0.62
Hex D3 6A B3 0 32 F 11 13E 36 3E
Octal 323 152 263 0 62 17 21 476 66 76
Binary 11010011 1101010 10110011 0 110010 1111 10001 100111110 110110 111110

Color Harmonies of #D36AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36AB3

Black with #D36AB3

Text Example


Text Example

White with #D36AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36AB3; }

 p { color: rgb(211,106,179); }

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

background-color css

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

 a { background-color: rgb(211,106,179); }

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

border-color css

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

 span { border-color: rgb(211,106,179); }

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