Html Css Color HEX #D537C2 Fuchsia

📋 copy color: '#D537C2'

red 213 ◦ green 55 ◦ blue 194

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

Shades of Fuchsia #D537C2

Tints of Fuchsia #D537C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.99%

R = 46.1%
G = 11.9%
B = 41.99%

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

#D537C2 (or 0xD537C2) is known color: Fuchsia. HEX triplet: D5, 37 and C2. RGB value is (213,55,194). Sum of RGB (Red+Green+Blue) = 213+55+194=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D537C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537C2 is #2AC83D. Grayscale: #757575. Windows color (decimal): -2803774 or 12728277. OLE color: 12728277.

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

Color convert

RGB 213 55 194 -
CMYK 0 0.74 0.09 0.16
HSL 307.22º 0.65% 0.53% -
HSV(B) 307.22º 0.74% 0.84% -
XYZ 38.54 20.77 53.02 -
YUV 118.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 213 55 194 0 0.74 0.09 0.16 307.22 0.65 0.53
Hex D5 37 C2 0 4A 9 10 133 41 35
Octal 325 67 302 0 112 11 20 463 101 65
Binary 11010101 110111 11000010 0 1001010 1001 10000 100110011 1000001 110101

Color Harmonies of #D537C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537C2

Black with #D537C2

Text Example


Text Example

White with #D537C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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