Html Css Color HEX #D537C0 Fuchsia

📋 copy color: '#D537C0'

red 213 ◦ green 55 ◦ blue 192

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

Shades of Fuchsia #D537C0

Tints of Fuchsia #D537C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.74%

R = 46.3%
G = 11.96%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D537C0 (or 0xD537C0) is known color: Fuchsia. HEX triplet: D5, 37 and C0. RGB value is (213,55,192). Sum of RGB (Red+Green+Blue) = 213+55+192=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D537C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537C0 is #2AC83F. Grayscale: #757575. Windows color (decimal): -2803776 or 12597205. OLE color: 12597205.

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

Color convert

RGB 213 55 192 -
CMYK 0 0.74 0.10 0.16
HSL 307.97º 0.65% 0.53% -
HSV(B) 307.97º 0.74% 0.84% -
XYZ 38.32 20.68 51.84 -
YUV 117.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 213 55 192 0 0.74 0.10 0.16 307.97 0.65 0.53
Hex D5 37 C0 0 4A A 10 134 41 35
Octal 325 67 300 0 112 12 20 464 101 65
Binary 11010101 110111 11000000 0 1001010 1010 10000 100110100 1000001 110101

Color Harmonies of #D537C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537C0

Black with #D537C0

Text Example


Text Example

White with #D537C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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