Html Css Color HEX #D137B6 Fuchsia

📋 copy color: '#D137B6'

red 209 ◦ green 55 ◦ blue 182

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

Shades of Fuchsia #D137B6

Tints of Fuchsia #D137B6

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.33%

 BLUE value IS 182 (71.48% from 255) = 40.81%

R = 46.86%
G = 12.33%
B = 40.81%

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

#D137B6 (or 0xD137B6) is known color: Fuchsia. HEX triplet: D1, 37 and B6. RGB value is (209,55,182). Sum of RGB (Red+Green+Blue) = 209+55+182=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D137B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D137B6 is #2EC849. Grayscale: #737373. Windows color (decimal): -3065930 or 11941841. OLE color: 11941841.

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

Color convert

RGB 209 55 182 -
CMYK 0 0.74 0.13 0.18
HSL 310.52º 0.63% 0.52% -
HSV(B) 310.52º 0.74% 0.82% -
XYZ 36.1 19.67 46.15 -
YUV 115.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 209 55 182 0 0.74 0.13 0.18 310.52 0.63 0.52
Hex D1 37 B6 0 4A D 12 137 3F 34
Octal 321 67 266 0 112 15 22 467 77 64
Binary 11010001 110111 10110110 0 1001010 1101 10010 100110111 111111 110100

Color Harmonies of #D137B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D137B6

Black with #D137B6

Text Example


Text Example

White with #D137B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D137B6; }

 p { color: rgb(209,55,182); }

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

background-color css

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

 a { background-color: rgb(209,55,182); }

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

border-color css

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

 span { border-color: rgb(209,55,182); }

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