Html Css Color HEX #D541D7 Free Speech Magenta

📋 copy color: '#D541D7'

red 213 ◦ green 65 ◦ blue 215

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

Shades of Free Speech Magenta #D541D7

Tints of Free Speech Magenta #D541D7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.18%

 BLUE value IS 215 (84.38% from 255) = 43.61%

R = 43.2%
G = 13.18%
B = 43.61%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D541D7 (or 0xD541D7) is known color: Free Speech Magenta. HEX triplet: D5, 41 and D7. RGB value is (213,65,215). Sum of RGB (Red+Green+Blue) = 213+65+215=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #D541D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541D7 is #2ABE28. Grayscale: #7D7D7D. Windows color (decimal): -2801193 or 14107093. OLE color: 14107093.

HSL color Cylindrical-coordinate representation of color #D541D7: hue angle of 299.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D541D7 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 215 -
CMYK 0.01 0.70 0 0.16
HSL 299.2º 0.65% 0.55% -
HSV(B) 299.2º 0.7% 0.84% -
XYZ 41.6 22.83 66.5 -
YUV 126.35 178.03 189.8 -
System Red Green Blue C M Y K H S L
Decimal 213 65 215 0.01 0.70 0 0.16 299.2 0.65 0.55
Hex D5 41 D7 1 46 0 10 12B 41 37
Octal 325 101 327 1 106 0 20 453 101 67
Binary 11010101 1000001 11010111 1 1000110 0 10000 100101011 1000001 110111

Color Harmonies of #D541D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541D7

Black with #D541D7

Text Example


Text Example

White with #D541D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541D7; }

 p { color: rgb(213,65,215); }

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

background-color css

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

 a { background-color: rgb(213,65,215); }

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

border-color css

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

 span { border-color: rgb(213,65,215); }

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