Html Css Color HEX #D537B9 Fuchsia

📋 copy color: '#D537B9'

red 213 ◦ green 55 ◦ blue 185

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

Shades of Fuchsia #D537B9

Tints of Fuchsia #D537B9

RGB

 RED value IS 213 (83.59% from 255) = 47.02%

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

 BLUE value IS 185 (72.66% from 255) = 40.84%

R = 47.02%
G = 12.14%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D537B9 (or 0xD537B9) is known color: Fuchsia. HEX triplet: D5, 37 and B9. RGB value is (213,55,185). Sum of RGB (Red+Green+Blue) = 213+55+185=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D537B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537B9 is #2AC846. Grayscale: #747474. Windows color (decimal): -2803783 or 12138453. OLE color: 12138453.

HSL color Cylindrical-coordinate representation of color #D537B9: hue angle of 310.63º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D537B9 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 185 -
CMYK 0 0.74 0.13 0.16
HSL 310.63º 0.65% 0.53% -
HSV(B) 310.63º 0.74% 0.84% -
XYZ 37.56 20.38 47.85 -
YUV 117.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 213 55 185 0 0.74 0.13 0.16 310.63 0.65 0.53
Hex D5 37 B9 0 4A D 10 137 41 35
Octal 325 67 271 0 112 15 20 467 101 65
Binary 11010101 110111 10111001 0 1001010 1101 10000 100110111 1000001 110101

Color Harmonies of #D537B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537B9

Black with #D537B9

Text Example


Text Example

White with #D537B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537B9; }

 p { color: rgb(213,55,185); }

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

background-color css

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

 a { background-color: rgb(213,55,185); }

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

border-color css

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

 span { border-color: rgb(213,55,185); }

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