Html Css Color HEX #D538C6 Fuchsia

📋 copy color: '#D538C6'

red 213 ◦ green 56 ◦ blue 198

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

Shades of Fuchsia #D538C6

Tints of Fuchsia #D538C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 45.61%
G = 11.99%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D538C6 (or 0xD538C6) is known color: Fuchsia. HEX triplet: D5, 38 and C6. RGB value is (213,56,198). Sum of RGB (Red+Green+Blue) = 213+56+198=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D538C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538C6 is #2AC739. Grayscale: #767676. Windows color (decimal): -2803514 or 12990677. OLE color: 12990677.

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

Color convert

RGB 213 56 198 -
CMYK 0 0.74 0.07 0.16
HSL 305.73º 0.65% 0.53% -
HSV(B) 305.73º 0.74% 0.84% -
XYZ 39.05 21.05 55.43 -
YUV 119.13 172.51 194.95 -
System Red Green Blue C M Y K H S L
Decimal 213 56 198 0 0.74 0.07 0.16 305.73 0.65 0.53
Hex D5 38 C6 0 4A 7 10 132 41 35
Octal 325 70 306 0 112 7 20 462 101 65
Binary 11010101 111000 11000110 0 1001010 111 10000 100110010 1000001 110101

Color Harmonies of #D538C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538C6

Black with #D538C6

Text Example


Text Example

White with #D538C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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