Html Css Color HEX #D355EB Free Speech Magenta

📋 copy color: '#D355EB'

red 211 ◦ green 85 ◦ blue 235

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

Shades of Free Speech Magenta #D355EB

Tints of Free Speech Magenta #D355EB

RGB

 RED value IS 211 (82.81% from 255) = 39.74%

 GREEN value IS 85 (33.59% from 255) = 16.01%

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 39.74%
G = 16.01%
B = 44.26%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D355EB (or 0xD355EB) is known color: Free Speech Magenta. HEX triplet: D3, 55 and EB. RGB value is (211,85,235). Sum of RGB (Red+Green+Blue) = 211+85+235=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #D355EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D355EB is #2CAA14. Grayscale: #8B8B8B. Windows color (decimal): -2927125 or 15422931. OLE color: 15422931.

HSL color Cylindrical-coordinate representation of color #D355EB: hue angle of 290.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D355EB is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 85 235 -
CMYK 0.10 0.64 0 0.08
HSL 290.4º 0.79% 0.63% -
HSV(B) 290.4º 0.64% 0.92% -
XYZ 45.11 26.34 81.3 -
YUV 139.77 181.74 178.8 -
System Red Green Blue C M Y K H S L
Decimal 211 85 235 0.10 0.64 0 0.08 290.4 0.79 0.63
Hex D3 55 EB A 40 0 8 122 4F 3F
Octal 323 125 353 12 100 0 10 442 117 77
Binary 11010011 1010101 11101011 1010 1000000 0 1000 100100010 1001111 111111

Color Harmonies of #D355EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D355EB

Black with #D355EB

Text Example


Text Example

White with #D355EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D355EB; }

 p { color: rgb(211,85,235); }

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

background-color css

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

 a { background-color: rgb(211,85,235); }

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

border-color css

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

 span { border-color: rgb(211,85,235); }

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