Html Css Color HEX #D136B5 Fuchsia

📋 copy color: '#D136B5'

red 209 ◦ green 54 ◦ blue 181

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

Shades of Fuchsia #D136B5

Tints of Fuchsia #D136B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.77%

R = 47.07%
G = 12.16%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D136B5 (or 0xD136B5) is known color: Fuchsia. HEX triplet: D1, 36 and B5. RGB value is (209,54,181). Sum of RGB (Red+Green+Blue) = 209+54+181=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D136B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136B5 is #2EC94A. Grayscale: #727272. Windows color (decimal): -3066187 or 11876049. OLE color: 11876049.

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

Color convert

RGB 209 54 181 -
CMYK 0 0.74 0.13 0.18
HSL 310.84º 0.63% 0.52% -
HSV(B) 310.84º 0.74% 0.82% -
XYZ 35.95 19.53 45.59 -
YUV 114.82 165.35 195.17 -
System Red Green Blue C M Y K H S L
Decimal 209 54 181 0 0.74 0.13 0.18 310.84 0.63 0.52
Hex D1 36 B5 0 4A D 12 137 3F 34
Octal 321 66 265 0 112 15 22 467 77 64
Binary 11010001 110110 10110101 0 1001010 1101 10010 100110111 111111 110100

Color Harmonies of #D136B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136B5

Black with #D136B5

Text Example


Text Example

White with #D136B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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