Html Css Color HEX #D538C5 Fuchsia

📋 copy color: '#D538C5'

red 213 ◦ green 56 ◦ blue 197

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

Shades of Fuchsia #D538C5

Tints of Fuchsia #D538C5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.02%

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

R = 45.71%
G = 12.02%
B = 42.27%

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

#D538C5 (or 0xD538C5) is known color: Fuchsia. HEX triplet: D5, 38 and C5. RGB value is (213,56,197). Sum of RGB (Red+Green+Blue) = 213+56+197=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D538C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538C5 is #2AC73A. Grayscale: #767676. Windows color (decimal): -2803515 or 12925141. OLE color: 12925141.

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

Color convert

RGB 213 56 197 -
CMYK 0 0.74 0.08 0.16
HSL 306.11º 0.65% 0.53% -
HSV(B) 306.11º 0.74% 0.84% -
XYZ 38.93 21.01 54.83 -
YUV 119.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 213 56 197 0 0.74 0.08 0.16 306.11 0.65 0.53
Hex D5 38 C5 0 4A 8 10 132 41 35
Octal 325 70 305 0 112 10 20 462 101 65
Binary 11010101 111000 11000101 0 1001010 1000 10000 100110010 1000001 110101

Color Harmonies of #D538C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538C5

Black with #D538C5

Text Example


Text Example

White with #D538C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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