Html Css Color HEX #D136AD Fuchsia

📋 copy color: '#D136AD'

red 209 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #D136AD

Tints of Fuchsia #D136AD

RGB

 RED value IS 209 (82.03% from 255) = 47.94%

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 47.94%
G = 12.39%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D136AD (or 0xD136AD) is known color: Fuchsia. HEX triplet: D1, 36 and AD. RGB value is (209,54,173). Sum of RGB (Red+Green+Blue) = 209+54+173=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D136AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D136AD is #2EC952. Grayscale: #717171. Windows color (decimal): -3066195 or 11351761. OLE color: 11351761.

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

Color convert

RGB 209 54 173 -
CMYK 0 0.74 0.17 0.18
HSL 313.94º 0.63% 0.52% -
HSV(B) 313.94º 0.74% 0.82% -
XYZ 35.16 19.21 41.39 -
YUV 113.91 161.35 195.82 -
System Red Green Blue C M Y K H S L
Decimal 209 54 173 0 0.74 0.17 0.18 313.94 0.63 0.52
Hex D1 36 AD 0 4A 11 12 13A 3F 34
Octal 321 66 255 0 112 21 22 472 77 64
Binary 11010001 110110 10101101 0 1001010 10001 10010 100111010 111111 110100

Color Harmonies of #D136AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136AD

Black with #D136AD

Text Example


Text Example

White with #D136AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136AD; }

 p { color: rgb(209,54,173); }

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

background-color css

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

 a { background-color: rgb(209,54,173); }

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

border-color css

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

 span { border-color: rgb(209,54,173); }

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