Html Css Color HEX #D537C5 Fuchsia

📋 copy color: '#D537C5'

red 213 ◦ green 55 ◦ blue 197

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

Shades of Fuchsia #D537C5

Tints of Fuchsia #D537C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.37%

R = 45.81%
G = 11.83%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D537C5 (or 0xD537C5) is known color: Fuchsia. HEX triplet: D5, 37 and C5. RGB value is (213,55,197). Sum of RGB (Red+Green+Blue) = 213+55+197=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D537C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537C5 is #2AC83A. Grayscale: #767676. Windows color (decimal): -2803771 or 12924885. OLE color: 12924885.

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

Color convert

RGB 213 55 197 -
CMYK 0 0.74 0.08 0.16
HSL 306.08º 0.65% 0.53% -
HSV(B) 306.08º 0.74% 0.84% -
XYZ 38.88 20.91 54.81 -
YUV 118.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 213 55 197 0 0.74 0.08 0.16 306.08 0.65 0.53
Hex D5 37 C5 0 4A 8 10 132 41 35
Octal 325 67 305 0 112 10 20 462 101 65
Binary 11010101 110111 11000101 0 1001010 1000 10000 100110010 1000001 110101

Color Harmonies of #D537C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537C5

Black with #D537C5

Text Example


Text Example

White with #D537C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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