Html Css Color HEX #D537C1 Fuchsia

📋 copy color: '#D537C1'

red 213 ◦ green 55 ◦ blue 193

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

Shades of Fuchsia #D537C1

Tints of Fuchsia #D537C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.87%

R = 46.2%
G = 11.93%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D537C1 (or 0xD537C1) is known color: Fuchsia. HEX triplet: D5, 37 and C1. RGB value is (213,55,193). Sum of RGB (Red+Green+Blue) = 213+55+193=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D537C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537C1 is #2AC83E. Grayscale: #757575. Windows color (decimal): -2803775 or 12662741. OLE color: 12662741.

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

Color convert

RGB 213 55 193 -
CMYK 0 0.74 0.09 0.16
HSL 307.59º 0.65% 0.53% -
HSV(B) 307.59º 0.74% 0.84% -
XYZ 38.43 20.73 52.43 -
YUV 117.97 170.35 195.78 -
System Red Green Blue C M Y K H S L
Decimal 213 55 193 0 0.74 0.09 0.16 307.59 0.65 0.53
Hex D5 37 C1 0 4A 9 10 134 41 35
Octal 325 67 301 0 112 11 20 464 101 65
Binary 11010101 110111 11000001 0 1001010 1001 10000 100110100 1000001 110101

Color Harmonies of #D537C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537C1

Black with #D537C1

Text Example


Text Example

White with #D537C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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