Html Css Color HEX #D355EE Free Speech Magenta

📋 copy color: '#D355EE'

red 211 ◦ green 85 ◦ blue 238

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

Shades of Free Speech Magenta #D355EE

Tints of Free Speech Magenta #D355EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.57%

R = 39.51%
G = 15.92%
B = 44.57%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D355EE (or 0xD355EE) is known color: Free Speech Magenta. HEX triplet: D3, 55 and EE. RGB value is (211,85,238). Sum of RGB (Red+Green+Blue) = 211+85+238=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #D355EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D355EE is #2CAA11. Grayscale: #8B8B8B. Windows color (decimal): -2927122 or 15619539. OLE color: 15619539.

HSL color Cylindrical-coordinate representation of color #D355EE: hue angle of 289.41º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D355EE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 85 238 -
CMYK 0.11 0.64 0 0.07
HSL 289.41º 0.82% 0.63% -
HSV(B) 289.41º 0.64% 0.93% -
XYZ 45.55 26.52 83.61 -
YUV 140.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 211 85 238 0.11 0.64 0 0.07 289.41 0.82 0.63
Hex D3 55 EE B 40 0 7 121 52 3F
Octal 323 125 356 13 100 0 7 441 122 77
Binary 11010011 1010101 11101110 1011 1000000 0 111 100100001 1010010 111111

Color Harmonies of #D355EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D355EE

Black with #D355EE

Text Example


Text Example

White with #D355EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D355EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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