Html Css Color HEX #D537C4 Fuchsia

📋 copy color: '#D537C4'

red 213 ◦ green 55 ◦ blue 196

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

Shades of Fuchsia #D537C4

Tints of Fuchsia #D537C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.24%

R = 45.91%
G = 11.85%
B = 42.24%

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

#D537C4 (or 0xD537C4) is known color: Fuchsia. HEX triplet: D5, 37 and C4. RGB value is (213,55,196). Sum of RGB (Red+Green+Blue) = 213+55+196=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D537C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537C4 is #2AC83B. Grayscale: #757575. Windows color (decimal): -2803772 or 12859349. OLE color: 12859349.

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

Color convert

RGB 213 55 196 -
CMYK 0 0.74 0.08 0.16
HSL 306.46º 0.65% 0.53% -
HSV(B) 306.46º 0.74% 0.84% -
XYZ 38.77 20.86 54.21 -
YUV 118.32 171.85 195.54 -
System Red Green Blue C M Y K H S L
Decimal 213 55 196 0 0.74 0.08 0.16 306.46 0.65 0.53
Hex D5 37 C4 0 4A 8 10 132 41 35
Octal 325 67 304 0 112 10 20 462 101 65
Binary 11010101 110111 11000100 0 1001010 1000 10000 100110010 1000001 110101

Color Harmonies of #D537C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537C4

Black with #D537C4

Text Example


Text Example

White with #D537C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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