Html Css Color HEX #D831E4 Free Speech Magenta

📋 copy color: '#D831E4'

red 216 ◦ green 49 ◦ blue 228

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

Shades of Free Speech Magenta #D831E4

Tints of Free Speech Magenta #D831E4

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.94%

 BLUE value IS 228 (89.45% from 255) = 46.25%

R = 43.81%
G = 9.94%
B = 46.25%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D831E4 (or 0xD831E4) is known color: Free Speech Magenta. HEX triplet: D8, 31 and E4. RGB value is (216,49,228). Sum of RGB (Red+Green+Blue) = 216+49+228=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #D831E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831E4 is #27CE1B. Grayscale: #767676. Windows color (decimal): -2608668 or 14954968. OLE color: 14954968.

HSL color Cylindrical-coordinate representation of color #D831E4: hue angle of 295.98º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D831E4 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 49 228 -
CMYK 0.05 0.79 0 0.11
HSL 295.98º 0.77% 0.54% -
HSV(B) 295.98º 0.79% 0.89% -
XYZ 43.42 22.4 75.43 -
YUV 119.34 189.33 196.95 -
System Red Green Blue C M Y K H S L
Decimal 216 49 228 0.05 0.79 0 0.11 295.98 0.77 0.54
Hex D8 31 E4 5 4F 0 B 128 4D 36
Octal 330 61 344 5 117 0 13 450 115 66
Binary 11011000 110001 11100100 101 1001111 0 1011 100101000 1001101 110110

Color Harmonies of #D831E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831E4

Black with #D831E4

Text Example


Text Example

White with #D831E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831E4; }

 p { color: rgb(216,49,228); }

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

background-color css

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

 a { background-color: rgb(216,49,228); }

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

border-color css

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

 span { border-color: rgb(216,49,228); }

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