Html Css Color HEX #D137BC Fuchsia

📋 copy color: '#D137BC'

red 209 ◦ green 55 ◦ blue 188

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

Shades of Fuchsia #D137BC

Tints of Fuchsia #D137BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 46.24%
G = 12.17%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D137BC (or 0xD137BC) is known color: Fuchsia. HEX triplet: D1, 37 and BC. RGB value is (209,55,188). Sum of RGB (Red+Green+Blue) = 209+55+188=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D137BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D137BC is #2EC843. Grayscale: #737373. Windows color (decimal): -3065924 or 12335057. OLE color: 12335057.

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

Color convert

RGB 209 55 188 -
CMYK 0 0.74 0.10 0.18
HSL 308.18º 0.63% 0.52% -
HSV(B) 308.18º 0.74% 0.82% -
XYZ 36.74 19.92 49.49 -
YUV 116.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 209 55 188 0 0.74 0.10 0.18 308.18 0.63 0.52
Hex D1 37 BC 0 4A A 12 134 3F 34
Octal 321 67 274 0 112 12 22 464 77 64
Binary 11010001 110111 10111100 0 1001010 1010 10010 100110100 111111 110100

Color Harmonies of #D137BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D137BC

Black with #D137BC

Text Example


Text Example

White with #D137BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D137BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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