Html Css Color HEX #D538C2 Fuchsia

📋 copy color: '#D538C2'

red 213 ◦ green 56 ◦ blue 194

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

Shades of Fuchsia #D538C2

Tints of Fuchsia #D538C2

RGB

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

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

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

R = 46%
G = 12.1%
B = 41.9%

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

#D538C2 (or 0xD538C2) is known color: Fuchsia. HEX triplet: D5, 38 and C2. RGB value is (213,56,194). Sum of RGB (Red+Green+Blue) = 213+56+194=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D538C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538C2 is #2AC73D. Grayscale: #767676. Windows color (decimal): -2803518 or 12728533. OLE color: 12728533.

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

Color convert

RGB 213 56 194 -
CMYK 0 0.74 0.09 0.16
HSL 307.26º 0.65% 0.53% -
HSV(B) 307.26º 0.74% 0.84% -
XYZ 38.59 20.87 53.03 -
YUV 118.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 213 56 194 0 0.74 0.09 0.16 307.26 0.65 0.53
Hex D5 38 C2 0 4A 9 10 133 41 35
Octal 325 70 302 0 112 11 20 463 101 65
Binary 11010101 111000 11000010 0 1001010 1001 10000 100110011 1000001 110101

Color Harmonies of #D538C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538C2

Black with #D538C2

Text Example


Text Example

White with #D538C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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