Html Css Color HEX #D137B0 Fuchsia

📋 copy color: '#D137B0'

red 209 ◦ green 55 ◦ blue 176

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

Shades of Fuchsia #D137B0

Tints of Fuchsia #D137B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40%

R = 47.5%
G = 12.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D137B0 (or 0xD137B0) is known color: Fuchsia. HEX triplet: D1, 37 and B0. RGB value is (209,55,176). Sum of RGB (Red+Green+Blue) = 209+55+176=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D137B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D137B0 is #2EC84F. Grayscale: #727272. Windows color (decimal): -3065936 or 11548625. OLE color: 11548625.

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

Color convert

RGB 209 55 176 -
CMYK 0 0.74 0.16 0.18
HSL 312.86º 0.63% 0.52% -
HSV(B) 312.86º 0.74% 0.82% -
XYZ 35.5 19.42 42.95 -
YUV 114.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 209 55 176 0 0.74 0.16 0.18 312.86 0.63 0.52
Hex D1 37 B0 0 4A 10 12 139 3F 34
Octal 321 67 260 0 112 20 22 471 77 64
Binary 11010001 110111 10110000 0 1001010 10000 10010 100111001 111111 110100

Color Harmonies of #D137B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D137B0

Black with #D137B0

Text Example


Text Example

White with #D137B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D137B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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