Html Css Color HEX #D538B2 Fuchsia

📋 copy color: '#D538B2'

red 213 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #D538B2

Tints of Fuchsia #D538B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.82%

R = 47.65%
G = 12.53%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D538B2 (or 0xD538B2) is known color: Fuchsia. HEX triplet: D5, 38 and B2. RGB value is (213,56,178). Sum of RGB (Red+Green+Blue) = 213+56+178=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D538B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D538B2 is #2AC74D. Grayscale: #747474. Windows color (decimal): -2803534 or 11679957. OLE color: 11679957.

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

Color convert

RGB 213 56 178 -
CMYK 0 0.74 0.16 0.16
HSL 313.38º 0.65% 0.53% -
HSV(B) 313.38º 0.74% 0.84% -
XYZ 36.89 20.19 44.07 -
YUV 116.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 213 56 178 0 0.74 0.16 0.16 313.38 0.65 0.53
Hex D5 38 B2 0 4A 10 10 139 41 35
Octal 325 70 262 0 112 20 20 471 101 65
Binary 11010101 111000 10110010 0 1001010 10000 10000 100111001 1000001 110101

Color Harmonies of #D538B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538B2

Black with #D538B2

Text Example


Text Example

White with #D538B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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