Html Css Color HEX #D538DF Free Speech Magenta

📋 copy color: '#D538DF'

red 213 ◦ green 56 ◦ blue 223

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

Shades of Free Speech Magenta #D538DF

Tints of Free Speech Magenta #D538DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 43.29%
G = 11.38%
B = 45.33%

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

#D538DF (or 0xD538DF) is known color: Free Speech Magenta. HEX triplet: D5, 38 and DF. RGB value is (213,56,223). Sum of RGB (Red+Green+Blue) = 213+56+223=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #D538DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538DF is #2AC720. Grayscale: #797979. Windows color (decimal): -2803489 or 14629077. OLE color: 14629077.

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

Color convert

RGB 213 56 223 -
CMYK 0.04 0.75 0 0.13
HSL 296.41º 0.72% 0.55% -
HSV(B) 296.41º 0.75% 0.87% -
XYZ 42.17 22.3 71.89 -
YUV 121.98 185.01 192.92 -
System Red Green Blue C M Y K H S L
Decimal 213 56 223 0.04 0.75 0 0.13 296.41 0.72 0.55
Hex D5 38 DF 4 4B 0 D 128 48 37
Octal 325 70 337 4 113 0 15 450 110 67
Binary 11010101 111000 11011111 100 1001011 0 1101 100101000 1001000 110111

Color Harmonies of #D538DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538DF

Black with #D538DF

Text Example


Text Example

White with #D538DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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