Html Css Color HEX #D355E1 Free Speech Magenta

📋 copy color: '#D355E1'

red 211 ◦ green 85 ◦ blue 225

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

Shades of Free Speech Magenta #D355E1

Tints of Free Speech Magenta #D355E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.19%

R = 40.5%
G = 16.31%
B = 43.19%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D355E1 (or 0xD355E1) is known color: Free Speech Magenta. HEX triplet: D3, 55 and E1. RGB value is (211,85,225). Sum of RGB (Red+Green+Blue) = 211+85+225=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #D355E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D355E1 is #2CAA1E. Grayscale: #8A8A8A. Windows color (decimal): -2927135 or 14767571. OLE color: 14767571.

HSL color Cylindrical-coordinate representation of color #D355E1: hue angle of 294º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D355E1 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 85 225 -
CMYK 0.06 0.62 0 0.12
HSL 294º 0.7% 0.61% -
HSV(B) 294º 0.62% 0.88% -
XYZ 43.7 25.78 73.91 -
YUV 138.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 211 85 225 0.06 0.62 0 0.12 294 0.7 0.61
Hex D3 55 E1 6 3E 0 C 126 46 3D
Octal 323 125 341 6 76 0 14 446 106 75
Binary 11010011 1010101 11100001 110 111110 0 1100 100100110 1000110 111101

Color Harmonies of #D355E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D355E1

Black with #D355E1

Text Example


Text Example

White with #D355E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D355E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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