Html Css Color HEX #D538EF Free Speech Magenta

📋 copy color: '#D538EF'

red 213 ◦ green 56 ◦ blue 239

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

Shades of Free Speech Magenta #D538EF

Tints of Free Speech Magenta #D538EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 41.93%
G = 11.02%
B = 47.05%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D538EF (or 0xD538EF) is known color: Free Speech Magenta. HEX triplet: D5, 38 and EF. RGB value is (213,56,239). Sum of RGB (Red+Green+Blue) = 213+56+239=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 56 (22.27% from 255 or 11.02% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #D538EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D538EF is #2AC710. Grayscale: #7B7B7B. Windows color (decimal): -2803473 or 15677653. OLE color: 15677653.

HSL color Cylindrical-coordinate representation of color #D538EF: hue angle of 291.48º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D538EF is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 56 239 -
CMYK 0.11 0.77 0 0.06
HSL 291.48º 0.85% 0.58% -
HSV(B) 291.48º 0.77% 0.94% -
XYZ 44.43 23.21 83.8 -
YUV 123.81 193.01 191.62 -
System Red Green Blue C M Y K H S L
Decimal 213 56 239 0.11 0.77 0 0.06 291.48 0.85 0.58
Hex D5 38 EF B 4D 0 6 123 55 3A
Octal 325 70 357 13 115 0 6 443 125 72
Binary 11010101 111000 11101111 1011 1001101 0 110 100100011 1010101 111010

Color Harmonies of #D538EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538EF

Black with #D538EF

Text Example


Text Example

White with #D538EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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