Html Css Color HEX #D538DD Free Speech Magenta

📋 copy color: '#D538DD'

red 213 ◦ green 56 ◦ blue 221

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

Shades of Free Speech Magenta #D538DD

Tints of Free Speech Magenta #D538DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 43.47%
G = 11.43%
B = 45.1%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D538DD (or 0xD538DD) is known color: Free Speech Magenta. HEX triplet: D5, 38 and DD. RGB value is (213,56,221). Sum of RGB (Red+Green+Blue) = 213+56+221=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #D538DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538DD is #2AC722. Grayscale: #797979. Windows color (decimal): -2803491 or 14498005. OLE color: 14498005.

HSL color Cylindrical-coordinate representation of color #D538DD: hue angle of 297.09º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D538DD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 56 221 -
CMYK 0.04 0.75 0 0.13
HSL 297.09º 0.71% 0.54% -
HSV(B) 297.09º 0.75% 0.87% -
XYZ 41.91 22.19 70.48 -
YUV 121.75 184.01 193.08 -
System Red Green Blue C M Y K H S L
Decimal 213 56 221 0.04 0.75 0 0.13 297.09 0.71 0.54
Hex D5 38 DD 4 4B 0 D 129 47 36
Octal 325 70 335 4 113 0 15 451 107 66
Binary 11010101 111000 11011101 100 1001011 0 1101 100101001 1000111 110110

Color Harmonies of #D538DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538DD

Black with #D538DD

Text Example


Text Example

White with #D538DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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