Html Css Color HEX #D841D1 Free Speech Magenta

📋 copy color: '#D841D1'

red 216 ◦ green 65 ◦ blue 209

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

Shades of Free Speech Magenta #D841D1

Tints of Free Speech Magenta #D841D1

RGB

 RED value IS 216 (84.77% from 255) = 44.08%

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

 BLUE value IS 209 (82.03% from 255) = 42.65%

R = 44.08%
G = 13.27%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D841D1 (or 0xD841D1) is known color: Free Speech Magenta. HEX triplet: D8, 41 and D1. RGB value is (216,65,209). Sum of RGB (Red+Green+Blue) = 216+65+209=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D841D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841D1 is #27BE2E. Grayscale: #7E7E7E. Windows color (decimal): -2604591 or 13713880. OLE color: 13713880.

HSL color Cylindrical-coordinate representation of color #D841D1: hue angle of 302.78º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D841D1 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 209 -
CMYK 0 0.70 0.03 0.15
HSL 302.78º 0.66% 0.55% -
HSV(B) 302.78º 0.7% 0.85% -
XYZ 41.72 22.98 62.56 -
YUV 126.57 174.53 191.79 -
System Red Green Blue C M Y K H S L
Decimal 216 65 209 0 0.70 0.03 0.15 302.78 0.66 0.55
Hex D8 41 D1 0 46 3 F 12F 42 37
Octal 330 101 321 0 106 3 17 457 102 67
Binary 11011000 1000001 11010001 0 1000110 11 1111 100101111 1000010 110111

Color Harmonies of #D841D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841D1

Black with #D841D1

Text Example


Text Example

White with #D841D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841D1; }

 p { color: rgb(216,65,209); }

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

background-color css

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

 a { background-color: rgb(216,65,209); }

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

border-color css

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

 span { border-color: rgb(216,65,209); }

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