Html Css Color HEX #D840E6 Free Speech Magenta

📋 copy color: '#D840E6'

red 216 ◦ green 64 ◦ blue 230

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

Shades of Free Speech Magenta #D840E6

Tints of Free Speech Magenta #D840E6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.55%

 BLUE value IS 230 (90.23% from 255) = 45.1%

R = 42.35%
G = 12.55%
B = 45.1%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D840E6 (or 0xD840E6) is known color: Free Speech Magenta. HEX triplet: D8, 40 and E6. RGB value is (216,64,230). Sum of RGB (Red+Green+Blue) = 216+64+230=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #D840E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D840E6 is #27BF19. Grayscale: #7F7F7F. Windows color (decimal): -2604826 or 15089880. OLE color: 15089880.

HSL color Cylindrical-coordinate representation of color #D840E6: hue angle of 294.94º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D840E6 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 64 230 -
CMYK 0.06 0.72 0 0.10
HSL 294.94º 0.77% 0.58% -
HSV(B) 294.94º 0.72% 0.9% -
XYZ 44.44 23.98 77.15 -
YUV 128.37 185.36 190.5 -
System Red Green Blue C M Y K H S L
Decimal 216 64 230 0.06 0.72 0 0.10 294.94 0.77 0.58
Hex D8 40 E6 6 48 0 A 127 4D 3A
Octal 330 100 346 6 110 0 12 447 115 72
Binary 11011000 1000000 11100110 110 1001000 0 1010 100100111 1001101 111010

Color Harmonies of #D840E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D840E6

Black with #D840E6

Text Example


Text Example

White with #D840E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D840E6; }

 p { color: rgb(216,64,230); }

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

background-color css

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

 a { background-color: rgb(216,64,230); }

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

border-color css

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

 span { border-color: rgb(216,64,230); }

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