Html Css Color HEX #D841D4 Free Speech Magenta

📋 copy color: '#D841D4'

red 216 ◦ green 65 ◦ blue 212

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

Shades of Free Speech Magenta #D841D4

Tints of Free Speech Magenta #D841D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43%

R = 43.81%
G = 13.18%
B = 43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D841D4 (or 0xD841D4) is known color: Free Speech Magenta. HEX triplet: D8, 41 and D4. RGB value is (216,65,212). Sum of RGB (Red+Green+Blue) = 216+65+212=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D841D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841D4 is #27BE2B. Grayscale: #7E7E7E. Windows color (decimal): -2604588 or 13910488. OLE color: 13910488.

HSL color Cylindrical-coordinate representation of color #D841D4: hue angle of 301.59º 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 #D841D4 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 212 -
CMYK 0 0.70 0.02 0.15
HSL 301.59º 0.66% 0.55% -
HSV(B) 301.59º 0.7% 0.85% -
XYZ 42.09 23.13 64.53 -
YUV 126.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 216 65 212 0 0.70 0.02 0.15 301.59 0.66 0.55
Hex D8 41 D4 0 46 2 F 12E 42 37
Octal 330 101 324 0 106 2 17 456 102 67
Binary 11011000 1000001 11010100 0 1000110 10 1111 100101110 1000010 110111

Color Harmonies of #D841D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841D4

Black with #D841D4

Text Example


Text Example

White with #D841D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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