Html Css Color HEX #D538DA Free Speech Magenta

📋 copy color: '#D538DA'

red 213 ◦ green 56 ◦ blue 218

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

Shades of Free Speech Magenta #D538DA

Tints of Free Speech Magenta #D538DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 43.74%
G = 11.5%
B = 44.76%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D538DA (or 0xD538DA) is known color: Free Speech Magenta. HEX triplet: D5, 38 and DA. RGB value is (213,56,218). Sum of RGB (Red+Green+Blue) = 213+56+218=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #D538DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538DA is #2AC725. Grayscale: #787878. Windows color (decimal): -2803494 or 14301397. OLE color: 14301397.

HSL color Cylindrical-coordinate representation of color #D538DA: hue angle of 298.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D538DA is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 56 218 -
CMYK 0.02 0.74 0 0.15
HSL 298.15º 0.69% 0.54% -
HSV(B) 298.15º 0.74% 0.85% -
XYZ 41.51 22.04 68.4 -
YUV 121.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 213 56 218 0.02 0.74 0 0.15 298.15 0.69 0.54
Hex D5 38 DA 2 4A 0 F 12A 45 36
Octal 325 70 332 2 112 0 17 452 105 66
Binary 11010101 111000 11011010 10 1001010 0 1111 100101010 1000101 110110

Color Harmonies of #D538DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538DA

Black with #D538DA

Text Example


Text Example

White with #D538DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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