Html Css Color HEX #D137C9 Fuchsia

📋 copy color: '#D137C9'

red 209 ◦ green 55 ◦ blue 201

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

Shades of Fuchsia #D137C9

Tints of Fuchsia #D137C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.23%

R = 44.95%
G = 11.83%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D137C9 (or 0xD137C9) is known color: Fuchsia. HEX triplet: D1, 37 and C9. RGB value is (209,55,201). Sum of RGB (Red+Green+Blue) = 209+55+201=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D137C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D137C9 is #2EC836. Grayscale: #757575. Windows color (decimal): -3065911 or 13187025. OLE color: 13187025.

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

Color convert

RGB 209 55 201 -
CMYK 0 0.74 0.04 0.18
HSL 303.12º 0.63% 0.52% -
HSV(B) 303.12º 0.74% 0.82% -
XYZ 38.2 20.5 57.2 -
YUV 117.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 209 55 201 0 0.74 0.04 0.18 303.12 0.63 0.52
Hex D1 37 C9 0 4A 4 12 12F 3F 34
Octal 321 67 311 0 112 4 22 457 77 64
Binary 11010001 110111 11001001 0 1001010 100 10010 100101111 111111 110100

Color Harmonies of #D137C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D137C9

Black with #D137C9

Text Example


Text Example

White with #D137C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D137C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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